|
Posted by Piotr.Ozaist on 10/11/05 20:54
Hi everybody,
I've got a problem with html.
Does anybody know what I have to do (special tag, some styles) if I
want that html code like:
<html>
<body>
<table>
<tr>
<td>
a
b
c
</td>
</tr>
</table>
</body>
</html>
will produce
"abc"
not
"a b c"
I know that this white spaces comes from new line char, but I want to
remove them and I the content of <TD> tag have to be written like in
example above.
I tried some styles, tags like <NOBR> but it doesn't work.
Please help :)
Ozi
Navigation:
[Reply to this message]
|