Im looking to incorportate my own CSS file for the text that i add to the "Define Page editor". e.g. Main page, Page 1, Page 2.
I dont want to just use HTML Code.
Can anyone help thanks
Im looking to incorportate my own CSS file for the text that i add to the "Define Page editor". e.g. Main page, Page 1, Page 2.
I dont want to just use HTML Code.
Can anyone help thanks
There is no need to create a separate stylesheet to achieve this.
You can add custom styles to your html in any of those pages.
Simply add the classes or IDs you have created to your stylesheet.css file.
page_name.css will do
Please look at the stylesheet override in the tutorial link or in the docs folder in your zencart package.
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
Hi,
I'm not sure if this is what you want but if you want HTMLarea to use your stylesheet instead of its default one:
http://www.zen-cart.com/forum/showthread.php?t=101001
regards
Steve
Thanks guys this will give me something to go on