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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Table within table

Status
Not open for further replies.

eor0303

Technical User
Jul 29, 2003
10
GB
Hi,
Sorry if this is a stupid question ..
On a template I have created a nav bar in a table which is within another table. It is a vertical nav bar and I want it to be aligned to the top of the column but it keeps moving about depending on the information inputted on other pages that use the template. Is there any way to "fix" this nav bar table to align to the top of the column and not move?
Thanks in advance.
 
In the outer table, go to the cell that contains the navbar and place an valign=top like so:

Code:
 <td [red]valign="top"[/red]> <table>.....<

This should make everything in that cell align to the top of the cell.

----------------------------------
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top