I found this css on the web, to force word wrapping for <pre> tags:
pre {
white-space: pre-wrap; /* CSS-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}
It works for Firefox, but I can't get it working for IE6,
even trying to give IE extra "layout" for pre with the old trick
* html pre { height:1%;}
Has anyone any experience with this?
--
Best,
Hans
_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users