View Single Post
Old
  (#2 (permalink))
Matt22
Junior Member
 
Status: Offline
Posts: 97
Join Date: Oct 2004
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>
   
Reply With Quote