Customing with Your Own CSS
Do you know that you can change the look and the feel of your text formating in XSitePro using CSS.
If you know CSS, it's quite simple actually. All you need is a CSS file, then use the File Manager to add that CSS file to XSitePro. After that you can start to use it. Simple ... ??
I know, you need me to be very specific ... OK, here goes.
First you need to create your CSS file. This is what a CSS file contains:
|
H1 {font-family:Georgia; font-size:24pt; color:#AA6220; margin: 0px}
H2 {font-family:Georgia; font-size:18pt; color:#FF000); margin: 0px} |
You can save the file as something like "yourfile.css"
If you are not familiar with all those coding, I recommend that you get yourself a CSS editor.
A CSS editor that you can download for free is Causeway CSS Editor. Download, install and create your CSS file.
|