Damanda
09-01-2005, 11:03 PM
I got rid of the links on the sidebar, so I wanted to have them just in text like this: Create a Pet | Pet Central | Games etc, but with those words colored. So here's the code I'm using:
<div align=center>
<a href="/addpet.phtml”><font color=gold></i>Create a pet</font><font color=red><b> |</b></font></a>
<a href="/petcentral.phtml”><font color=gold></i>Pet Central</font><font color=red><b> |</b></font></a>
<a href="/explore.phtml”><font color=gold></i>Explore</font><font color=red><b> |</b></font></a>
<a href="/gameroom.phtml”><font color=gold></i>Games</font></a><font color=red><b> |</b></font>
<a href="/neomessages.phtml”><font color=gold></i>Neomail</font><font color=red><b> |</b></font></a>
<a href="/objects.phtml”><font color=gold></i>Shops</font><font color=red><b> |</b></font></a>
<a href="/neoboards/index.phtml”><font color=gold></i>Boards</font><font color=red><b> |</b></font></a>
<a href="/nf.phtml”><font color=gold></i>News</font><font color=red><b> |</b></font></a>
<a href="/stuff.phtml”><font color=gold></i>Stuff</font><font color=red><b> |</b></font></a>
<a href="/help.phtml”><font color=gold></i>Help</font><font color=red><b> |</b></font></a>
<a href="/loginpage.phtml”><font color=gold></i>Login</font></a><font color=red><b> |</b></font>
<a href="/"><font color=gold></i>Logout</a></div>
But in my userlookup it only show's these links, and they don't go to the right places! : Pet Central | Games | Shops | News | Help | Logout
Can anyone help?
<div align=center>
<a href="/addpet.phtml”><font color=gold></i>Create a pet</font><font color=red><b> |</b></font></a>
<a href="/petcentral.phtml”><font color=gold></i>Pet Central</font><font color=red><b> |</b></font></a>
<a href="/explore.phtml”><font color=gold></i>Explore</font><font color=red><b> |</b></font></a>
<a href="/gameroom.phtml”><font color=gold></i>Games</font></a><font color=red><b> |</b></font>
<a href="/neomessages.phtml”><font color=gold></i>Neomail</font><font color=red><b> |</b></font></a>
<a href="/objects.phtml”><font color=gold></i>Shops</font><font color=red><b> |</b></font></a>
<a href="/neoboards/index.phtml”><font color=gold></i>Boards</font><font color=red><b> |</b></font></a>
<a href="/nf.phtml”><font color=gold></i>News</font><font color=red><b> |</b></font></a>
<a href="/stuff.phtml”><font color=gold></i>Stuff</font><font color=red><b> |</b></font></a>
<a href="/help.phtml”><font color=gold></i>Help</font><font color=red><b> |</b></font></a>
<a href="/loginpage.phtml”><font color=gold></i>Login</font></a><font color=red><b> |</b></font>
<a href="/"><font color=gold></i>Logout</a></div>
But in my userlookup it only show's these links, and they don't go to the right places! : Pet Central | Games | Shops | News | Help | Logout
Can anyone help?