|
I've been on to this before, and I don't like the blue lines together with the Civ3 dark background. Therefor I've made a suggestion on how you shall be able to "fix" this to work with any color.
You just have to edit the quote-definition as follows:
First I present you for the old definition (if you have forgotten it )
code: <table align=center width=80%><tr><td><font color={qcolor}><font size=1>quote:<BR>
<img src=/b.gif width=100% height=1><BR></font>
Quoted Message
<BR><img src=/b.gif width=100% height=1>
</td></tr></table>
I hope you recognize that one. 
Here follows how I suggest it to be rewritten. Changes are RED
code: <table align=center width=80% CELLSPACING=0>
<tr><td><font color={qcolor} size=1>quote: </font></TD></TR>
<TR HEIGHT=1 BGCOLOR={qcolor}><TD></TD></TR>
<TR><TD><font class=nf color={qcolor}>
Quoted Message
</td></tr>
<TR HEIGHT=1 BGCOLOR={qcolor}><TD></TD></TR>
</table>
Here follows examples of the old quote and my quote.
The old quote:
My quote:
<table align=center width=80% CELLSPACING=0><tr><td><font color=000080 size=1>quote: </font></TD></TR><TR HEIGHT=1 BGCOLOR=000080><TD></TD></TR><TR><TD><font class=nf color=000080>Quoted Message</td></tr><TR HEIGHT=1 BGCOLOR=000080><TD></TD></TR></table>
Now if you could consider changing the quotes I would be very happy! I’ve been at those blue lines since the Civ3 style was created.
|