Jump to content

Gallery Blog Help D:


jade

Recommended Posts

Hello all :D I need some help with the blog in my gallery:

 

http://www.neopets.com/gallery/index.phtml?gu=bakurath

 

Here's the coding for the blog:

 

<center>
<table width="450px" height="250px" background="http://img.photobucket.com/albums/v81/Jade08Sage/Miscellaneous/haunted1blog.jpg" border="0" cellpadding="0" cellspacing="0">

<tr><td height="10px"></td></tr>
<tr><td width="180px"></td>
<td>

<div style="width: 260px; height: 230px; overflow: auto; font-size:9pt; color:black; text-align:center; font-weight: bold; font-family: verdana;">
... to the Haunted Tower! This is my gallery for all things Meowclops, or at least, all that I can afford ^^;;;. I would like to have an actual Meowclops in this gallery someday ^o^.
<br>
Coding help from SunnyNeo!
</div></td></tr>
</table>
</center>

 

For some reason, the blog image repeats, and the text doesn't show up :( Does anyone know what it is I'm doing wrong?

Link to comment
Share on other sites

first off, the div with the text is set to display:none.

the image repeats because it is not set to not repeat.

 

<style />

body, div, table, tr, td{font-family: georgia; color: #000000; font-size: 8pt;}

body{background:url('http://img.photobucket.com/albums/v81/Jade08Sage/Miscellaneous/haunted1bg.jpg');}

#ban, .adBox, #footer, .user, #nst, #header, hr{display:none;}

.sidebar {display:none; background:none;}

#main {background: none;border: none;}

#main a, a b{color: #61a795; font-size: 8pt; text-decoration: none;}

#main a:hover, a b:hover{color: #005a5a; font-size: 8pt;}

#content a b, a {color: #005a5a; font-size: 8pt; text-decoration: none;}

#content a:hover b, a:hover {color: #61a795; font-size: 8pt;}

#main b, b {color:#61a795;}

#content {display:inline;width:495px;}

#main {display:inline;position:absolute;left:123px;top:422px;width:495px;}

.tablestyle{display:inline;}

div{display:none}

table{width:480px;}

table td{padding: 0px;}

img{border:none;}

#pic{display:inline;position: absolute; top:-422px; left:-123px; border:0px;z-index:0}

#blog_box { background: url(http://img.photobucket.com/albums/v81/Jade08Sage/Miscellaneous/haunted1blog.jpg) no-repeat; }

#blog_box div { display: block }

</style />

 

...

 

<center>

<table width="450px" height="250px" id="blog_box" border="0" cellpadding="0" cellspacing="0">

 

<tr><td height="10px"></td></tr>

<tr><td width="180px"></td>

<td>

 

<div style="width: 260px; height: 230px; overflow: auto; font-size:9pt; color:black; text-align:center; font-weight: bold; font-family: verdana;">

... to the Haunted Tower! This is my gallery for all things Meowclops, or at least, all that I can afford ^^;;;. I would like to have an actual Meowclops in this gallery someday ^o^.

<br>

Coding help from SunnyNeo!

</div></td></tr>

</table>

</center>

 

update your gallery with the highlighted lines. that should fix your issues.

 

edit: also i think this is in the wrong section...

Link to comment
Share on other sites

glad that i was able to be of assistance :)

 

This topic has been edited by a member of staff (Anime).

The original topic had been answered.

Please check your user inbox to see if you have been contacted regarding this topic.

Per the reason above, this topic has been LOCKED. Please contact Anime if you have any questions regarding this action.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...