hello all,
sorry if this is the wrong forum for this... here's what i'm looking to do - i'd like to insert a small, borderless, 2-cell table into my signature (html enabled) on my forum. i created the table in frontpage, and pasted it into my signature, but it looks completely different in vB.
here's the code:
Code:
<table border="1" cellpadding="0" cellspacing="10" style="border-collapse: collapse; border-width: 0" bordercolor="#111111" width="100%">
<tr>
<td width="50%" style="border-style: none; border-width: medium">
<p align="right"><font size="2">mkdevo</font><font size="2"><br>
test line 2<br>
test line 3</font></td>
<td width="50%" style="border-style: none; border-width: medium">
<p align="left"><font size="2">test line 4<br>
test line 5<br>
test line 6</font></td>
</tr>
</table>
can anyone tell me what i need to do to alter that to show up in vB? thanks in advance.