How can I have many Styles like you have in Demo? When I have my CC file with just one style I am ok. Like this:
.articletext { font-size: 12px; font-family: Tahoma; }
But when I define two style in my file I get error message in browser and it says the CSS file is not valid. Use valid or remove CSS.
.articletext { font-size: 12px; font-family: Tahoma; } .articletitle { font-size: 24px; font-family: Tahoma; color: 0000cc; text-align: center; }
Should I define them in two css files. If yes, HTML Editor > Main> Css file path: just accept one file as css.
Could you Advise how I can have many style like demo?
Thanks,
Kourosh |
|
|