Results 1 to 1 of 1
Related
-
wrap text in a cell of a html table Forum: HTML Forum
Replies: 14 -
table wrapping question.... Forum: HTML Forum
Replies: 0 -
wrapping text around floating images to the right *IE problem* Forum: HTML Forum
Replies: 1 -
Scroll bar in table cell help Forum: HTML Forum
Replies: 14
-
02-21-2010, 12:50 PM #1
Wrapping text around a cell in a table
Hello,
I am using osCommerce and trying to build a custom web page with the Simple Template System. What I am trying to do is get text to wrap around a cell in a table, similar to what is described in this thread.
I have a good deal of research and I see how you can get text to wrap around an image however, I am attempting to wrap around a different cell in a table. My relevant code is below:
Code:<!-- Main table --> <table style="float:left" border="0" cellspacing="0" cellpadding="3"> <tr><td>$scottish_highlands</td></tr> </table> <table border="0" cellspacing="0" cellpadding="3"> <tr><td>$content</td></tr> </table>
If I need to provide more information please, let me know.
Thank you for your time and any possible help you may be able to provide.
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum