Got a little techonology problem that you need fixed pronto? Post it here and we'll see what we can do.
Topic locked

Gallery Coding Help

Fri Oct 27, 2006 7:30 pm

I've made a layout for a gallery I have, but the shopkeeper, gallery links and items are squished together :( I'm not that good at coding, so does anyone know how I can fix it?

Here is the link:
http://www.neopets.com/gallery/?gu=bakurath

And here is the coding. For some reason the div ids and the navigation links don't show up on this forum, but for the most part the coding is intact:
Code:
</i><style>
table,td{background:none}
b,td {background:transparent}
p table,table{width:400px;margin:80px 0px 0px 0px;position:absolute;top:400px;left:140px;}
#ban,#ol,#m,#n,#mb,#bottomban,.sf,.tl,.tt,.hdr,hr{display:none}
body{scrollbar-face-color:#FF9A00;scrollbar-shadow-color:#000000;
scrollbar-highlight-color:#000000;scrollbar-3dlight-color:#000000;
scrollbar-darkshadow-color:#000000;scrollbar-track-color:#000000;
scrollbar-arrow-color:#FF9A00;}
td,p,body{color:FF9A00;font:8pt verdana;font-weight:none;text-decoration:none;}
b, i, u{color:FF9A00;font-weight:bold;}
a:link{color:FF9A00;font-weight:bold;font-size:8pt;font-family:verdana;}
a:visited{color:FF9A00;font-weight:bold;font-size:8pt;font-family:verdana;}
a:hover{color:#000000;font-weight:bold;font-size:8pt;font-family:verdana;}
body{background:url(http://img.photobucket.com/albums/v81/Jade08Sage/Miscellaneous/meowbg2.gif) no-repeat;width:1103px;height:612px;background-attachment:fixed;}
#top {background:url(http://img.photobucket.com/albums/v81/Jade08Sage/Miscellaneous/meow.gif) no-repeat;width:400px;height:330px;position:absolute;top:0px;left:138px}
#nav {width:400;position:absolute;top:340;left:140;}
</style>

<div></div>
<div>
<center>
| <a>create</a> |
<a>central</a> |
<a>explore</a> |
<a>games</a> |
<a>neomail</a> |<br>
| <a>shops</a> |
<a>boards</a> |
<a>news</a> |
<a>stuff</a> |
<a>help</a> |
</div>

<div>
Welcome to The Haunted Tower, a gallery dedicated to Meowclops related items. Why Meowclops, you ask? Because it is my favorite petpet! So far I have a decent amount of items, but I would like to add an actual Meowclops to this gallery eventually :).
</div>
<p>


Please help if you can :D

Sat Oct 28, 2006 2:27 pm

You might be able to get the help you need if you go here:

http://www.pinkpt.com/forum/viewforum.php?f=13

That board helps with all things Neopet related, including any HTML problems you may have. I don't think there's anything wrong with posting it here, although I've always managed to get the help I need with Neopets related HTML if I go there :)

Sun Oct 29, 2006 3:39 am

No, it can still go in here as it deals with coding. Image

I like the style, but the errors you're getting could be conflicts with whatever coding Neopets uses in the galleries. You may want to try altering your design to fit theirs a bit.

Try viewing it in different browsers too...it might make a difference.

Mon Oct 30, 2006 9:52 am

Thanks :D I ended up changing the layout to work with neopets coding. I wish I could have made it fit a width of 400, but I'm happy that I finally got it to work. Feel free to take a look at the finished result :)
Topic locked