hello

netscape4 users, do you see the same problem as me with code
examples in <pre> tags or has the been discused before?


the bgcolor only follows the actual amount of characters not
to the end of line or right margin.


the current code is like:
<pre>
counter.pl
----------------
code 
more code etc ...

</pre>



one way to fix this could be (i dont see another way myself)
to insert a table with a single cell surrounding the
pre-tags like:

<table border="0" cellspacing="0" cellpadding="0"  class="prebg"><tr><td><pre>
counter.pl
----------------
code 
more code etc ...

</pre></td></tr></table>



IMO this hack has an additional benefit into other browsers
like IE, NS6 and opera, which normally would render our
current code right to the end of line but with the
"tablelized" <pre>-tags it will only render to the character
most right in the file if you can understand what i mean.
ok, then some screen shots coming your way :-)

the upper ones are "tablelized"
http://www.bullitt.suite.dk/mod_shot/ie_pre.gif
http://www.bullitt.suite.dk/mod_shot/netscape_pre.gif

./allan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to