Text won't appear on my button

  • Hello, I'm trying to make simple buttons for my sub menu with the Textfield plugin but the text of my button won't appear.

    Here is my code:

    Code
    <layer name="g1b1" type="text" zorder="2" keep="true" bgcapture="true" 
    bgshadow="0 5 3 0 white" roundedge="3" bgcolor="0xf5cb4a" bgalpha="0.1" width="95%" height="30" y="0" onclick="open_subgroup(groupe1,groupe2_1)" 
    edge="centertop" align="center" 
    text="[body]Texte[/body]" rawhtml="false" css="color:#FFFFFF; font-family:Arial; font-size:12px;"/>
  • Change text="[body]Texte[/body]" to text="Texte" and you should see it. Also check your combination of background and textcolor. Depending on your background it may be very hard to read.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!