<TABLE BORDER="1" CELLPADDING="0" CELLSPACING="0"
WIDTH="300" HEIGHT="200">
<TR>
<TD ALIGN="CENTER" ROWSPAN="3" WIDTH="100">Column 1</TD>
<TD ALIGN="CENTER" WIDTH="200">Row 1</TD>
</TR>
<TR>
<TD ALIGN="CENTER">Row 2</TD>
</TR>
<TR>
<TD ALIGN="CENTER">Row 3</TD>
</TR>
</TABLE>
what you mean?... i just tested it on a html test site.. and it worked right...
html site? no no no I want it in the forums.....using the "insert table" command
You have to use BBcode to do that ;)
[TABLE BORDER="1" CELLPADDING="0" CELLSPACING="0"
WIDTH="300" HEIGHT="200"]
[TR]
[TD ALIGN="CENTER" ROWSPAN="3" WIDTH="100"]Column 1[/TD]
[TD ALIGN="CENTER" WIDTH="200"]Row 1[/TD]
[/TR]
[TR]
[TD ALIGN="CENTER"]Row 2[/TD]
[/TR]
[TR]
[TD ALIGN="CENTER"]Row 3[/TD]
[/TR]
[/TABLE]
lol it still dont work.......wtf is the point of having an "insert table" if it dont work?
It works, you just need to rtfm...
Insert table does NOT allow any of the attributes of a HTML table. If it were to then you would have two problems:
1) You either slow down BBC parsing a LOT
OR
2) You make it dead easy to get javascript insertion exploits
Why would you need that much control in a post?
EDIT: Time beat me to it
do you I need to translate rtfm? :P
thanks for the help guys :) really cool of you