Search for Answers |
|
Intelligent FAQ Search. Type in your keywords to search for the answers you need. |
|
How do I customize any of the text styles, size or color used in my link directory?
Modified on 2005-12-15
|
- Open the oneadmin/linksdir/home.link.php file with your text editor.
- Scroll up to the top of the page, where you'll find a portion of <STYLE> </STYLE> . This is the CSS used to define the looks and feel of your link directory.
- You can add on some basic CSS code into the <STYLE>, such as :
<FONT face=Verdana size=2>body{ font-family: arial; font-size:12px }
td{ font-family: arial; font-size:12px }
input{ font-family:arial ; font-size:12px }</FONT>
and that will eventually affect all the general font face and size appearance.
</STYLE>
|
|
|