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

Vertically Align Nested Table

Status
Not open for further replies.

y2k1981

Programmer
Aug 2, 2002
773
IE
How can I vertically align a nested table? I've tried the valign attribute in the table tag but it doesn't work

Any ideas?
 
Put valign="top || middle || bottom" in the td that the table is nested in.

RIck if(($question=="has been bugging me"
AND $answer=="fixed the problem") OR $answer=="really good post"){
print("Star");
}else{
print("Thanks.");
}
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top