PDA

View Full Version : <pre> or [code] css color fix


Fr4n-FX
12-08-2008, 03:19 PM
Hello i have problems with colors in firefox:

Check yourself: http://foro.l2express.net/showpost.php?p=49415&postcount=12

i need to change text font color to black

how to change this code?

<pre class="alt2" dir="ltr" style="
margin: 0px;
padding: 6px;
border: 1px inset;
width: 640px;
((new custom code line here!!!!))
height: 258px;
text-align: left;
overflow: auto">

if i change alt2 by admin panel doesnt change nothing.

in internet explorer works perfect.

Seven Skins
12-09-2008, 09:16 AM
<pre class="alt2" dir="ltr" style="
margin: 0px;
padding: 6px;
border: 1px inset;
width: 640px;
((new custom code line here!!!!))
height: 258px;
text-align: left;
overflow: auto;
color: #000000">

Try the above code.