 |
Back
|
FAQ(s) found under User Guides |
Showing 4 of 5 |
Prev | Next
|
Customization of Font Colors
Modified on 2004-04-22
|
As for customization, the fonts and colors can be change to fit your web design pages by editing all the home.xxxx.php files in the component folders. We have commented our codes so that you know which portion to edit.
Or, to make things simpler, you can include CSS tag with td{} and body{} values before the PHP inclusion lines and they will affect the display for the whole page. Example,
<style>
body{font-family: arial; font-size:12px; color: #333333}
td{font-family: arial; font-size:12px; color: #333333}
</style>
|
|
|
 |
|
 |
Search for Answers |
|
Intelligent FAQ Search. Type in your keywords to search for answers you need. |
|
|
 |
|