• 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!

Website texts

DonHagman

Chill'Reward2014
Joined
Dec 26, 2010
Messages
877
Reaction score
191
Location
Dudeland, Macronesia
Hello!

In my homepage..All the text is Red for some reason, and I don't know how I changed that (1 month ago).. I wan't it Black, any idea how to change that?



Thanks in advice
Hagman :ninja:
 
Maybe you changed something in the html code like <font color="red">, but forgot to close the tag with </font>?
 
Code:
<a href='?subtopic=wars'>
  <div id='submenu_team' class='Submenuitem' onMouseOver='MouseOverSubmenuItem(this)' onMouseOut='MouseOutSubmenuItem(this)'>
    <div class='LeftChain' style='background-image:url(<?PHP echo $layout_name; ?>/images/general/chain.gif);'></div>
    <div id='ActiveSubmenuItemIcon_wars' class='ActiveSubmenuItemIcon' style='background-image:url(<?PHP echo $layout_name; ?>/images/menu/icon-activesubmenu.gif);'></div>
    <div class='SubmenuitemLabel'><[B]font color="red"[/B]>Guild wars</div>
    <div class='RightChain' style='background-image:url(<?PHP echo $layout_name; ?>/images/general/chain.gif);'></div>
  </div>
</a>

It might have something to do with that?
 
Back
Top