Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

table alignment

Status
Not open for further replies.

stax

Technical User
Sep 25, 2002
81
0
0
US
Hi,

I have a table inside of a table and i want it to always stay at the hard against the top of the table its inside but the table align only allows left/right/center. Is there an additonal paramter i can enter in the code?

Thanks
S
 
yeah, try valign (vertical align), values are top, middle and bottom.



----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.
 
Thanks,

does that command only work on text within a table? i inserted it into the code at the start of my table......

<table width="98%" border="0" align="center" valign="top">

and it didnt seem to push it to the top, im not sure why.

S
 
My bad, it does work but i had the code in the table that i wanted aligned to the top and it should of been in the table outside of that so that the table inside was aligned to top. Now it works.

Thanks!
S
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top