Quote:
Originally Posted by betts02
great mod mate cheers, just 1 thing ? how do i make the text blacker or darker ? check my site to see, just editing it slowly
|
well the font color is gonna be according to what your default is but you can make it bold or whatever color with simple html around the header names or button names
example of makin it bold
Code:
<tr><td bgcolor="#f2f0f0" width="100%" onclick="window.location='http://www.your-page.org'" style="cursor:pointer; background-color:#f2f0f0" onmouseover="this.style.backgroundColor='#e8e8e8';" onmouseout="this.style.backgroundColor='#f2f0f0';"><span class="portalnav"><img hspace="4" src="http://your-image.com" width="16" height="16" border="0" align="top"><b>Home</b></span></td></tr>
if you dont know much about html .. you can google it and find out the color codes and html codes for color
edit: ok yeah i went to your page and its using your default text color soo all you need to do is add <font color="000000">Home</font> for example on the first button....
and please dont use the exact same icons lol i dont mine u usin some of them but the exact same thing is a lil odd lol