Jump to content

Need help with placing tables.


josephxx

Recommended Posts

I imagine that you have a code similar to this:

<table width="100%" height="100%"><tr><td width="30%">My Navigation</td><td width="70%">My Main Page</td></table>

If you just add valign="top" into the <td width="70%"> so it looks like this:<td width="70%" valign="top">It should make your text go to the top of the cell

Link to comment
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
×
×
  • Create New...