|
Posted by turbo on 10/11/05 21:19
> <html>
> <body>
> <table>
> <tr>
> <td>
> a
> b
> c
> </td>
> </tr>
> </table>
> </body>
> </html>
> will produce
> "abc"
> not
> "a b c"
*************************
<html>
<body>
<table>
<tr>
<td>
a b c
</td>
</tr>
</table>
</body>
</html>
Navigation:
[Reply to this message]
|