I think that when you post messages, the UBB software adds a < BR > to replace every carriage return.
so if you have several HTML commands following each other on separate lines,
such as
< table border=1 width="100% >
< tr >
< td >
text
< /td >
< /tr >
< /table >
You will see a blank line for every HTML command line. What I did was remove all “returns” between HTML commands, e.g.
< table border=1 width="100% >< tr >< td >text< /td >< /tr >
< tr > < td > more text > < /td > < /tr >< /table >
La franchise ne consiste pas à dire tout ce que l’on pense, mais à penser tout ce que l’on dit.
H. de Livry
test…
==start of code==
<table border=“1”>
<tr>
<td>#1</td>
<td>#2</td>
<td>#3</td>
<td><marquee>test</marquee></td>
<td>#4</td>
<td><font size=7>test</font></td>
</tr>
</table>
==end of code==
==start of code==
<table border=“1”><tr><td>#1</td><td>#2</td><td>#3</td><td><marquee>test</marquee></td><td>#4</td><td><font size=7>test</font></td></tr></table>
==end of code==
…and remember, duct tape fixes all your problems, big and small.
You’re welcome. Now if someone could explain to me how to prevent UBB software from “wrapping” to the next line when you have a very long html link with a hyphen in it! (it seems to wrap after the hyphen.)
La franchise ne consiste pas à dire tout ce que l’on pense, mais à penser tout ce que l’on dit.
H. de Livry
Well, either it “wraps” or it lengthens the line so that you have to scroll back and forth to read it, which is a big pain. Frankly, I’d prefer the wrap.
Well, sure, I don’t want the screen to become very wide, but what I meant is when you say
[ url = http: // very long link ]Link Description [ /url ]
I would be happy if it would hide the long link. Instead, it wraps, and the whole [ url ] [ / url ] code becomes a mess.
Sure, TubaDiva, but there are some links that go beyond the line length allowed by the UBB software (at least that’s my guess.) So then it’s word-wrapped after the hyphen, which breaks the [ url ] [ / url] attempt.