Joomla’s built-in article editor wasn’t working quite properly, so I set up a page in HTML/CSS in hopes of just copying in the code. (Nothing too fancy – just some text, a table, and a bulleted list). However, Joomla insisted on making it all “Joomla-fied” and changing any existing text colors/sizes to the default template, which is what I was trying to avoid. Is there a way to make just one article ignore the default template? Thank you!
bath wedding favors
















1 Comment Received
October 17th, 2009 @6:49 am
… with great difficulties!
Joomla is a Content Management System for people who do not know (or want) programming techniques.
So, Joomla does everything FOR YOU!
This, also, means that if you want something special, Joomla can’t understand it, does not allow it, or simply reject or replaces it.
You “could” work around Joomla by making your own in-line or in-file CSS, use the same names as Joomla, use expressions like “style=”" (nothing, rejects previously loaded classes and styles), and defining your styles with the “!important” in every line of code you use in your CSS…
These are the limitations imposed by these CMS: getting around them is often harder than writing your own code from scratch!
I had a recent case solving the same issue: I scrapped Joomla (26Mb of useless code), and replaced it with “made-to-measure” code… for only 240k…
Your choice!
Leave A Reply