Panjabel Posted July 18, 2007 Share Posted July 18, 2007 i have a table and a text in it | | | Text | | I want the text to align to the top of table not in center of table please help Link to comment https://forums.phpfreaks.com/topic/60621-solved-table-arangging-problem/ Share on other sites More sharing options...
clanstyles Posted July 18, 2007 Share Posted July 18, 2007 its a table attribute. Look it up. Link to comment https://forums.phpfreaks.com/topic/60621-solved-table-arangging-problem/#findComment-301547 Share on other sites More sharing options...
Panjabel Posted July 18, 2007 Author Share Posted July 18, 2007 how to set it to arrange text up ? Link to comment https://forums.phpfreaks.com/topic/60621-solved-table-arangging-problem/#findComment-301553 Share on other sites More sharing options...
Panjabel Posted July 18, 2007 Author Share Posted July 18, 2007 the solution is "valign" solved Link to comment https://forums.phpfreaks.com/topic/60621-solved-table-arangging-problem/#findComment-301555 Share on other sites More sharing options...
lewis987 Posted July 18, 2007 Share Posted July 18, 2007 you want the text to be vertially aligned to the top? Try this in place of the <td> tag: <td valign="top"> this was more of a HTML question than a PHP one Link to comment https://forums.phpfreaks.com/topic/60621-solved-table-arangging-problem/#findComment-301556 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.