How can I break very long URLs (generated dynamically) in two or more lines?
The "code":
<table>
<td>URL:</td><td>PHP_GENERATED_URL</td>
</table>
On the table above, if the link is very long, my page looks pretty ugly as everything moves to the right.
I have tried divs with css (word-wrap etc.), fixed width, but nothing seems to work.
Any ideas? Thanks!
The "code":
<table>
<td>URL:</td><td>PHP_GENERATED_URL</td>
</table>
On the table above, if the link is very long, my page looks pretty ugly as everything moves to the right.
I have tried divs with css (word-wrap etc.), fixed width, but nothing seems to work.
Any ideas? Thanks!









