-
Suggestion
-
Resolution: Fixed
-
None
I would like to see this syntax allowed:
table stuff |
infor
info|
this would create:
<table>
<tr>
<td>table stuff</td>
<td>
infor<br>
info</td>
</tr>
</table>
Maybe you could have the table header say how many columns should reside in a row.
- duplicates
-
CONFSERVER-859 Lists not functioning inside of a Table
-
- Closed
-
Form Name |
---|
a workaround is to use the newline
(or is that //) to split it across multiple lines.
But I would like to see the table sytax beefed up a bit too.