djfox Posted February 22, 2008 Share Posted February 22, 2008 I want a table column <td valign=top> to be aligned not only to the top but to the right as well. How do I do this? Link to comment https://forums.phpfreaks.com/topic/92503-align-table-column-to-the-right/ Share on other sites More sharing options...
fenway Posted February 22, 2008 Share Posted February 22, 2008 <td valign=top align=right> doesn't work? Link to comment https://forums.phpfreaks.com/topic/92503-align-table-column-to-the-right/#findComment-474008 Share on other sites More sharing options...
djfox Posted February 22, 2008 Author Share Posted February 22, 2008 Huh, before when I tried that it wouldn`t budge. Now it`s working. Perhaps I just misspelled it last time... Thanks for the help. Link to comment https://forums.phpfreaks.com/topic/92503-align-table-column-to-the-right/#findComment-474050 Share on other sites More sharing options...
djfox Posted February 22, 2008 Author Share Posted February 22, 2008 Just in case anyone else comes across this: I find that putting plain <td valign=center align=right> does not work. I had to put <td valign=center width=30% align=right> to get it to work right. Link to comment https://forums.phpfreaks.com/topic/92503-align-table-column-to-the-right/#findComment-474073 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.