dmackerman
unread,Nov 18, 2009, 10:37:27 AM11/18/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to RedDot CMS Users
What is the best practice/most commonly used way to use stylesheets
inside of RedDot? Currently we are using a media element which is
linked to a physical file. This works fine, but it is a pain to upload
the stylesheet everytime we need to make a small change.
I was thinking about using a container, but this would cause all of
our code to be displayed inline, rather than being called externally.
RedDot support instructed me to create a Content Class for my
stylesheet (and I assume, place all of my CSS inside of it), and then
create an anchor element to link to this content class. I'm unsure of
how this would work, though?
Basically, it can be summarized by these needs:
1) want to edit the CSS code inside of RedDot
2) do not want to upload the new stylesheet to make changes
3) do not want the CSS to be displayed inline
How can this be done?