Community « Discussion forum « Bug tracker « Rendering problem on yacs.com «
Comment: Rendering problem on yacs.com
| << Previous | Next >> |
Comment inspired from Bernard
Bernard:
I notice on various forums I use, they automatically truncate the text of a hyperlink, this might be a useful feature:
www.thisisareallysillylonglongurl...
Also, consider this CSS, which I found via google at Wrapping long urls
Hope this helps, I think its IE/FF/Opera compatible.
I notice on various forums I use, they automatically truncate the text of a hyperlink, this might be a useful feature:
www.thisisareallysillylonglongurl...
Also, consider this CSS, which I found via google at Wrapping long urls
width: 30em; /* constrain width */
height: 1.5em; /* constrain height */
overflow: hidden; /* hide excess */
Hope this helps, I think its IE/FF/Opera compatible.
by NickR on Dec. 18 2006
