4
note that usually newlines are turned into
- whether inside a HTML element or not, so
<table>
<tr>
<td>somethingtd>
tr>
table>
will have several linebreaks above "something"
It is cumbersome to manage, but the way it could be done is by having it all on one line:
<table><tr><td>somethingtd><td>something elsetd>tr>table>
"When you can flatten entire cities at a whim, a tendency towards quiet reflection and seeing-things-from-the-other-fellow's-point-of-view is seldom necessary."
Cusix Software