David Crisler wrote:
I have JCE too. My experience so far with the editors in Joomla is that they randomly strip code even when using the html function. How do you get around that?
You have to turn off the WYSIWYG editor and stay with the text only editor. THis will keep all the tags and styling you include in the content.That brings up another question (thanks for your patience) - when you use your own custom CSS to style content, do you just append it to the template_css.css file or make a separate CSS file of your own? If separate, how you link to it? In the head of index.php?
You have basically answered all your question here. To avoid making the template_css.css difficult to read, you are better off creating your own and attach it to the index.php of the template you are using.