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 Quote Link to comment 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> Quote Link to comment 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 ) Quote Link to comment 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/ Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.