pnjones
Posts: 42
|
| Posted: 01/25/2005, 9:04 AM |
|
I am using a css style and cannot change a font size for the heading of my page. I tried adding a new class and setting that class with the properties but to no avail.
Can someone point me in the right direction
thanks
_________________
Regards
Pat |
 |
 |
Nicole
Posts: 586
|
| Posted: 01/26/2005, 2:28 AM |
|
Hello,
You can change a font settings via style, e.g.
<p style="font-family: Arial Black; font-size: 14px; color: #99CCFF; ">Categories Directory</p>
You can add style directly into HTML code or using right click <P> properties menu.
_________________
Regards,
Nicole |
 |
 |
pnjones
Posts: 42
|
| Posted: 01/26/2005, 1:14 PM |
|
Thanks - perfect
_________________
Regards
Pat |
 |
 |
|