PDA

View Full Version : Font Color


sneakyc2e
06-18-2002, 05:21 AM
This is from my footer temp. How do I change the color of my copyright text?

</td>
</tr>
</table>
<!-- /content area table -->
</center>

<p align="center">
<normalfont><b>&lt; <a href="$contactuslink">Contact Us</a> - <a href="$homeurl">$hometitle</a> - <a href="http://www.tefsquad.com">¤†ëƒ¤ Squadron</a>
<!-- - <a href="$privacyurl">Privacy Statement</a> --> &gt;</b></normalfont>
</p>

<p align="center"><smallfont>
<!-- Do not remove this copyright notice -->
Powered by: vBulletin Version $templateversion<br>
Copyright &copy;2000, 2001, Jelsoft Enterprises Limited.<br>
<!-- Do not remove this copyright notice -->
$copyrighttext
</smallfont></p>

Any help would be great!
Thanks!
S

Admin
06-18-2002, 02:12 PM
Replace this:
<p align="center"><smallfont>
With this:
<p align="center"><smallfont color="yourColorHere">