Quote:
Originally Posted by n99hockey why do you have this code?
<default target-width="240" target-height="320" font-face="Segoe Condensed" font-size="19" font-weight="bold" padding-left="5" padding-right="5" bgcolor="transparent" fgcolor="COLOR_HOMETEXT" padding-top="3" b-border-color="COLOR_HOMERULE" b-border-width="1">
<format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT" fgcolor="COLOR_HOMEHIGHLIGHTTEXT"/>
</default>
what does that do for you? |
This got nothing to do with the color scheme !
This part (the <default> tag) defines standard xml values, which will be taken in every other tag if not specified another way.
For example, if you set the font-size to 20 in the default tag, the font will be size 20 in every other plugin if not set different in the specific plugin.
Hope it's understandable.
