Creating Tables in Invision Power Products
Posted by
shadowmac
,
in
Technical
07 December 2011
·
55 views
This is way more difficult then I think that it should be. Why doesn't Invision Power utilize or at least allow HTML code for tables.
Here is a comparison of how standard HTML code is to create a table versus Invision Power code
HTML CODE for a table
IP CODE for a table
Seems like there should be an easier way
Here is a comparison of how standard HTML code is to create a table versus Invision Power code
HTML CODE for a table
<table border="1" bordercolor="#c0c0c0" cellpadding="3" cellspacing="5"> <tr><td><p><b>Row 1 Column 1</b> </p></td><td><p><b>Row 1 Column 2</b> </p></td><td><p><b>Row 1 Column 3</b> </p></td></tr> <tr><td><p>Row 2 Column 1</p></td><td><p>Row 2 Column 2</p></td><td><p>Row 2 Column 3</p></td></tr> <tr><td><p>Row 3 Column 1</p></td><td><p>Row 3 Column 2</p></td><td><p>Row 3 Column 3</p></td></tr> [color=#666600][color=#666600]</[/color][/color][color=#000000]table[/color][color=#666600]>[/color]
IP CODE for a table
[table] [th]Row 1 Column 1[/th][th]Row 1 Column 2[/th][th]Row 1 Column 3[/th] [tr][td=25]Row 2 Column 1[/td][td=25]Row 2 Column 2[/td][td=50]Row 2 Column 3[/td][/tr] [tr][td2]Row 3 Column 1[/td2][td2]Row 3 Column 2[/td2][td2]Row 3 Column 3[/td2][/tr] [/table]
Seems like there should be an easier way










