rarebit Posted September 20, 2008 Share Posted September 20, 2008 The following code does 'justify' the text (correctly with the <p> tags), however it also allows the lower cells of the table move up underneath the justified area. Why and how to stop? <table width='100%'> <tr><td> <span style='text-align:justify;'><p>Our own Content Management System allows us to incorporate any facilities that you need to provide for your internet or intranet. There is administration access for designated groups to enable your workforce to optimise and update with ease.</p></span><br></td></tr> <tr><td align='right'><img src='sofa_02.png'><br><br></td></tr> <tr><td align='right'><a href='index.html'>See portfolio examples</a></td></tr> </table> Many thanks! Quote Link to comment Share on other sites More sharing options...
rarebit Posted September 20, 2008 Author Share Posted September 20, 2008 <table width='100%'> <tr><td> <p align="justify">Our own Content Management System allows us to incorporate any facilities that you need to provide for your internet or intranet. There is administration access for designated groups to enable your workforce to optimise and update with ease.</p><br></td></tr> <tr><td align='right'><img src='sofa_02.png'><br><br></td></tr> <tr><td align='right'><a href='index.html'>See portfolio examples</a></td></tr> </table> 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.