• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Geisor login button text

Zuxus

Learning C++ and Lua
Joined
Jul 2, 2007
Messages
108
Reaction score
0
Location
Norway
I have a problem, I can't seem to add the text on top of the sbutton.gif.
I need to add an image named _sbutton_login.gif. But whatever I do in the layout code I just screw it up.

Here's the code:
Code:
   <div class="Loginstatus" style="background-image:url(<?PHP echo $layout_name; ?>/images/loginbox/loginbox-textfield-background.gif)" >
      <div id="LoginstatusText_2" onClick="LoginstatusTextAction(this);" onMouseOver="MouseOverLoginBoxText(this);" onMouseOut="MouseOutLoginBoxText(this);" ><div id="LoginstatusText_2_1" class="LoginstatusText" style="background-image:url(<?PHP echo $layout_name; ?>/images/loginbox/loginbox-font-create-account.gif)" ></div><div id="LoginstatusText_2_2" class="LoginstatusText" style="background-image:url(<?PHP echo $layout_name; ?>/images/loginbox/loginbox-font-create-account-over.gif)" ></div></div>
    </div>
 
No, that's not the problem,I have fixed that already. The problem is that the button is plain blue and I need some text to appear on top of the blue button.
 
It is the problem, but you should write like the URL to your site, and NOT to your accountmanagement. Probably you wrote at the config.lua something like this;

localhost blabla/?subtopic=accountmanagement

But you should remove this /?subtopic~

Sincerely,
UpAndDown!
 
Back
Top