Plenoptic 0 Report post Posted November 13, 2005 Alright well I am having a slight problem with my coding. I made my template and have it up on my site but my text I placed in the content box is towards the middle. I would like it at the top but I forget how to do that. I know it has to do with some like putting a table inside the table and making the height 100% or something. If someone could help me out with the coding I would greatly appreciate it. The link to my site is Hereand the code used for the content box is this... <td colspan="6" rowspan="3"background="images/content.jpg" width="472" height="378"><font color="FFFFFF">Testing</font></td> Share this post Link to post Share on other sites
Tyssen 0 Report post Posted November 13, 2005 <td valign="top"> Share this post Link to post Share on other sites
Plenoptic 0 Report post Posted November 13, 2005 hmmm, doesn't seem to work. It puts it outside of my content box to the right. It brings it up to the top though. lol Just doesn't keep it in the content box. Share this post Link to post Share on other sites
Tyssen 0 Report post Posted November 13, 2005 You can't have <html> & <body> tags inside a table cell. Share this post Link to post Share on other sites
Plenoptic 0 Report post Posted November 14, 2005 My bro helped me figure it out. Even when I took the html tags out and stuff it still had the same problem. I put a table below the coding. <Table height="100%" width="1" cellspacing=0 cellpadding=0><TR><TD height="100%"></TD></TR></TABLE> Share this post Link to post Share on other sites
Erwin_X 0 Report post Posted November 14, 2005 <table align="center" width="100%" cellpadding="0" cellspacing="0"><tr valign="top"><td valign="top">Content</td></tr></table> Share this post Link to post Share on other sites
DreamCore 0 Report post Posted November 14, 2005 Just go in to the frontpage with you site and mark the testing text and then right klick and change the cell properties. Change the vertical alginment.Hope this is going to help Share this post Link to post Share on other sites