I don't konw how to change the color of this string to white. I barely handle PHP and HTML so the Script is beyond me. I'm not quite sure how you format the text resulting from it. I just want it to be white.
This is the code:
<div style="font-size: large; float:right; color: white; display:inline; padding: 14px;"> <script language="javascript"> document.write('<a href="?s=' + geoip_city() + '">¿Estás en ' + geoip_city() +'?</a>'); </script> </div> Also just in case you want to check it out this is where i'm testing it, it's at the far right of the menu.
Anyway, It maybe a really stupid question with an obvious answer (I hope so). Thanks