
09-24-2012, 08:47 PM
|
|
|
Join Date: Jun 2010
Posts: 240
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by djbaxter
If you use the built-in editor, you will see 3 icons in the left bottom row of the toolbars for table, table properties, and delete table (see attached image). You can use those or manually enter the codes.
The output looks something like this:
[TABLE="width: 500"]
[TR]
[TD]row1, col1
[/TD]
[TD]row1, col2
[/TD]
[/TR]
[TR]
[TD]row2, col1
[/TD]
[TD]row2, col2
[/TD]
[/TR]
[TR]
[TD]row3, col1
[/TD]
[TD]row3, col2
[/TD]
[/TR]
[/TABLE]
|
I get this issue as well.
|