lynxus Posted August 6, 2009 Share Posted August 6, 2009 Hi , Is it possible to have half of the text on the left and some on the right. IE: I have a table. inside one of the cells. can i do something like |-------------------------------------------------------------------| Sometext [ Link ] Somemore text [ Link ] Ie: so the text is always on the left and then the links are right alighned ? Thanks G Link to comment https://forums.phpfreaks.com/topic/169057-half-of-text-aligned-left-and-other-half-aligned-right/ Share on other sites More sharing options...
JonnoTheDev Posted August 6, 2009 Share Posted August 6, 2009 Really you should use CSS but if you have a table cell then nest another table within i.e <tr> <td> <table> <tr> <td>left</td> <td>right</td> </tr> </table> </td> </tr> Link to comment https://forums.phpfreaks.com/topic/169057-half-of-text-aligned-left-and-other-half-aligned-right/#findComment-891972 Share on other sites More sharing options...
lynxus Posted August 6, 2009 Author Share Posted August 6, 2009 out of interest, how would this be achieved with css (my knowledge is limited with css ) Link to comment https://forums.phpfreaks.com/topic/169057-half-of-text-aligned-left-and-other-half-aligned-right/#findComment-891974 Share on other sites More sharing options...
JonnoTheDev Posted August 6, 2009 Share Posted August 6, 2009 http://www.barelyfitz.com/screencast/html-training/css/positioning/ Link to comment https://forums.phpfreaks.com/topic/169057-half-of-text-aligned-left-and-other-half-aligned-right/#findComment-891981 Share on other sites More sharing options...
infiniteacuity Posted August 10, 2009 Share Posted August 10, 2009 http://www.barelyfitz.com/screencast/html-training/css/positioning/ That is a good link to get you started. Link to comment https://forums.phpfreaks.com/topic/169057-half-of-text-aligned-left-and-other-half-aligned-right/#findComment-894984 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.