tom123
10-04-2007, 12:23 PM
Hi
I'm dynamically displaying links to a web page.
They are contained in a div.
Html:
<div id="ans"> [% question.q_answer %]</div>
Css:
#ans {
font-family: Verdana, sans-serif;
font-size: 11px;
line-height: 125%;
border: none;
padding: 0px 2px 5px 2px;
margin: 0px 0px 0px 3px;
color: #000000;
}
The links wrap fine with IE6, but goes way beyond the screen boundary for Firefox and Netscape when the links are very long.
Any suggestions on how to prevent this?
Thanks in advance
I'm dynamically displaying links to a web page.
They are contained in a div.
Html:
<div id="ans"> [% question.q_answer %]</div>
Css:
#ans {
font-family: Verdana, sans-serif;
font-size: 11px;
line-height: 125%;
border: none;
padding: 0px 2px 5px 2px;
margin: 0px 0px 0px 3px;
color: #000000;
}
The links wrap fine with IE6, but goes way beyond the screen boundary for Firefox and Netscape when the links are very long.
Any suggestions on how to prevent this?
Thanks in advance