Jump to content
xisto Community
Sign in to follow this  
Plenoptic

Text Problem

Recommended Posts

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 Here
and 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

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

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
<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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.