Gossamer Forum
Home : Products : Links 2.0 : Installation -- Unix :

add_success not wrapping long lines

Quote Reply
add_success not wrapping long lines
I've got Links 2.0 working but there's one problem. When I add a link through the add.html page the add_success.html page doesn't wrap the description. This causes the text to wander off the right hand side of the screen.

Is there any way around this?

Thanks
Rob

http://www.mrtrippy.com


I am using templates and the details are still in the <pre> tags. I've even put it in a fixed size table to no avail.

Quote Reply
Re: add_success not wrapping long lines In reply to
Uh... HTML 101 y'all. PRE does not care how long the text is that's enclosed in it. If the text is in a single line in your file, then your browser will render it in a single line; if there's a line break, it will render on the screen as a line break; etc. (That's the point of the PRE-format tag.) Remove the pre tags completely and use alternate formating (like using tables and and a mono-spaced font such as Courier to simulate the effect of the original code).

Happy Coding,

--Drew
http://www.FindingHim.com