RS_Jelle
Wed 23rd Aug '06, 7:17am
I think it would be very useful to have a tag to wrap around things. New line to br is very irritating when you want to create for example a table with HTML (I know you can create custom BBCode for it) and a lot of other things.
Judge it yourself :p
<table><thead><tr><td>title</td></tr></thead><tbody><tr><td>test 1</td><td>test 2</td></tr></tbody></table>
Or ...
[nonl2br]
<table>
<thead>
<tr>
<td>title</td>
</tr>
</thead>
<tbody>
<tr>
<td>test 1</td>
<td>test 2</td>
</tr>
</tbody>
</table>
Messages can be much easier to read with it :)
There is a noparse tag, so why not a nonl2br tag? :D
Judge it yourself :p
<table><thead><tr><td>title</td></tr></thead><tbody><tr><td>test 1</td><td>test 2</td></tr></tbody></table>
Or ...
[nonl2br]
<table>
<thead>
<tr>
<td>title</td>
</tr>
</thead>
<tbody>
<tr>
<td>test 1</td>
<td>test 2</td>
</tr>
</tbody>
</table>
Messages can be much easier to read with it :)
There is a noparse tag, so why not a nonl2br tag? :D