|
11-14-2004, 04:57 PM
Edit the index.php found inside the folders of each module in the modules folder.
The html code for changing the font is:
<font face="Arial">Text here</font>
for size it is...
<font size="5">Text here</font>
and for color it is...
<font color="blue">Text here</html>
|