<stylesheet> problem
Posted: 05 Dec 2015, 18:14
Hello everyone.
Yesterday I wanted to update my manialink so I tried to group styles properties in one place with the <stylesheet></stylesheet> tags but I had an ugly blue color like if my code was wrong.
Here's my code
And the quad that should be affected by the "bgcolor" rule
When no color is specified between the stylesheet tags, there is no background but if I specify a color, I have an ugly blue color.

Yesterday I wanted to update my manialink so I tried to group styles properties in one place with the <stylesheet></stylesheet> tags but I had an ugly blue color like if my code was wrong.
Here's my code
Code: Select all
<stylesheet>
<style class="bgMl" bgcolor="FFFF"/>
</stylesheet>
Code: Select all
<quad id="bg_Ml" class="bgMl" posn="0 0 1" opacity="0.7" sizen="170 19"/>
