| NamePros Member Join Date: Apr 2005
Posts: 172
NP$: 36.00 ( Donate)
| Long url in multiple lines (not in just a very long one) 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! |