well, you can add this directly in your inc_top.asp like so:
<style>
pre {overflow-x:auto;width:500px;}
</style>
or edit your inc_functions.asp like this:
fString = replace(fString, "<pre style='overflow-x:auto;width:500px; height:auto' id=code><font face=courier size=" & strDefaultFontSize & " id=code>","[ code]", 1, -1, 1)
fString = doCode(fString, "[ code]", "[ /code]", "<pre style='overflow-x:auto;width:500px; height:auto' id=code><font face=courier size=" & strDefaultFontSize & " id=code>", "</font id=code></pre id=code>")
I haven't tested this though but it should work...
Dayve
Edited by - dayve on 10 November 2001 12:11:47