<pre> within <td> tag should not exceed the width of the whole table.
Word wrapping should automatically occur. Any ideas how to do this?
rg
Benjamin
_______________________________________________
To eMail me please read http://fight.at/spaming
rg
Benjamin K.
Word wrapping doesn't work with <pre> tag.
Thanks,
Amy
This posting is provided “AS IS” with no warranties, and confers no rights
--
Frederic Claux
"Benjamin Kalytta" <spa...@fight.at> a écrit dans le message de news:
a6d2b1$r5b$04$1...@news.t-online.com...
see
http://msdn.microsoft.com/library/?url=/workshop/author/dhtml/reference/prop
erties/whitespace.asp
Example:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 //EN"
"http://www.w3.org/TR/REC-html40/strict.dtd">
<html>
<body>
<pre>
<pre>
test test test test
test test test test
test test test test
test test test test
</pre>
<pre style="white-space: normal">
<pre style="white-space: normal">
test test test test
test test test test
test test test test
test test test test
</pre>
<p>
<p>
test test test test
test test test test
test test test test
test test test test
</p>
<p style="white-space: pre">
<p style="white-space: pre">
test test test test
test test test test
test test test test
test test test test
</p>
</body>
</html>
Regards,
Konstantin
--
PIRONET NDH
Dipl.-Wirtschaftsmathematiker Konstantin Breu - Senior Consultant - SBU
Software
Josef-Lammerting-Allee 14-18 - 50933 Cologne - Germany
Tel.: +49 (0)221-770 1801 - Fax: +49 (0)221-770 1005
mailto:kb...@pironet.com - http://www.pironet-ndh.com
Besuchen Sie PIRONET NDH auf der CeBIT 2002 in Hannover, Halle 6, Stand C
04, vom 13. bis 20. März.
Visit PIRONET NDH at CeBIT 2002 in Hannover, hall 6, booth C 04, from March
13th to 20th.
"Benjamin Kalytta" <spa...@fight.at> wrote in message
news:a6d26v$bd6$05$1...@news.t-online.com...