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

Shop Blog Coding

Wed Feb 16, 2005 9:12 pm

First let me say I think I have this in the right place, I apologize if I'm wrong.

OKAY.

I made a custom Blog for my shop, http://www.neopets.com/browseshop.phtml ... starrycafe.

When you look you can see that the coding is all sorts of off! This is the coding I have:

Code:
<div align="center"><table border="0" cellpadding="0" cellspacing="0" width="267" height="408" background="http://www.littleragdollie.com/neopets/Layout/ShopBlog.gif"><tr><td width="267" height="121" colspan="3"></td></tr><tr><td width=38" height="209"></td><td width="219" height="209"><div style="width: 219; height: 209; overflow: auto; font-family: Verdana, Tahoma, Helvetica, sans-serif; font-size: 11px; color: #0E3374; scrollbar-arrow-color:#FFFFFF; scrollbar-track-color:#355EA6; scrollbar-face-color:#0E3374; scrollbar-highlight-color:#355EA6; scrollbar-3dlight-color:#0E3374; scrollbar-darkshadow-color:#051E49; scrollbar-shadow-color:#0E3374;"><br><div style="padding: 5px;">


Welcome to our guild shop!  Proceeds for anything you get here go towards our great guild, Starry Night Cafe!

TEXT text TEXT

<br></div></div></td><td width="5" height="267"></td></tr><tr><td width="408" height="5" colspan="3"></td></tr></table></div>


Can someone help me out getting the text area in the blue box? Thanks!!

Thu Feb 17, 2005 12:04 am

I hope this helps:

Code:
<table width="267" height="408" border="0" cellpadding="0" cellspacing="0" style="background: url(http://www.littleragdollie.com/neopets/Layout/ShopBlog.gif); background-repeat: no-repeat">
<tr><td width="73" height="134"></td><td width="250"></td><td width="25"></td></tr>
<tr><td height="250"></td><td valign="top">
<div style="width: 100%; height: 250px; font-family: Verdana, Arial, sans-serif; font-size: 10pt; color: #000000; padding-right: 3px; overflow: auto;  scrollbar-face-color: #0E3374; scrollbar-arrow-color: #FFFFFF; scrollbar-track-color: #355EA6; scrollbar-shadow-color: #0E3374; scrollbar-highlight-color: #355EA6; scrollbar-3dlight-color: #0E3374; scrollbar-darkshadow-color: #051E49;">

Text Goes Here!

</div>
</td><td></td></tr><tr><td height="24"></td><td></td><td></td></tr></table><p></p>

Thu Feb 17, 2005 12:07 am

Much better! One question however - what would I play with to make the text box wider and taller? Just for reference for next time?

Thu Feb 17, 2005 1:24 am

eightbitl0s3r wrote:Much better! One question however - what would I play with to make the text box wider and taller? Just for reference for next time?

Width and Height attributes from the DIV tag.
Last edited by FlareEyes on Thu Feb 17, 2005 1:25 am, edited 1 time in total.

Thu Feb 17, 2005 1:25 am

Which ones though LOL If that had been all there was to it I wouldn't have needed the help ;)

Thu Feb 17, 2005 1:30 am

Hm... sort of like I said... on the DIV tag? :P

Thu Feb 17, 2005 1:31 am

After you edited it ;) Alright, thanks then!
Topic locked