2
Can you provide an example of the line-wrapping?
If you are referring to URLs, simply wrap a descriptive word or phrase in the [url ] tags.
If you are referring to code or quotes, use the CSS overflow attribute to create a scrolling box
div.xoopsCode {
background: #2A220E;
border: 1px solid #A27900;
color: #EEE;
width: 400px;
max-height: 250px;
margin: 0.125em;
overflow: auto;
padding: 5px;
font: FixedSys, "Courier New", Courier, monospace;
text-align:left;
}
div.xoopsQuote {
background: #2A220E;
border: 1px solid #A27900;
color: #EEE;
width: 400px;
max-height: 250px;
margin: 0.125em;
overflow: auto;
padding: 5px;
font: FixedSys, "Courier New", Courier, monospace;
text-align:left;
}
HTH.
James
Insanity can be defined as "doing the same thing over and over and expecting different results."
Stupidity is not a crime. Therefore, you are free to go.