I have created a simplified css with just a few basic class styles to allow the editor to do some simple styling. I've followed the instructions and pointed PageLime to it in the 'advanced' setting of the site settings menu. I can see the style name in the code but the styles menu doesn't display it (or anything, in fact). Please look at http://www.cornucopia-design.co.uk/ecttest/grants/case-studies.html . The css is called PageLimeECT.css (url is http://www.cornucopia-design.co.uk/ecttest/ASSETS/PageLimeECT.css) . Can anyone give me some guidance on what I'm doing wrong please?
My .css stylesheet is not showing in the menu
(8 posts) (4 voices)-
Posted 1 year ago #
-
Hi Lesley,
You can only have simple "class" styles in this stylesheet in order for them to show up in the dropdown.
So, for example:
.my-link-style
The other styles will not show up, and will sometimes prevent the simple styles from showing up on the dropdown.
Posted 1 year ago # -
Hi Emil, I've just tried reducing my styles to the bare minimum: just 4 class styles as pasted below... but it still doesn't appear to be working. Apologies if it is me doing something silly!
.boldtext {
font-weight: bold;
}
.bolditalics {
font-style: italic;
font-weight: bold;}
.DottedLineOver {
padding-bottom: 10px;
padding-top: 10px;
border-top-width: 2px;
border-top-style: dotted;
border-top-color: #61726c;
}
.DottedLineUnder {
border-bottom-width: 2px;
border-bottom-style: dotted;
border-bottom-color: #61726C;}
I have a colleague, another web designer, who is looking for a good cms for her clients but asked me to check out for her whether this works before she commits herself. Let's hope it does!!
Thanks
Posted 1 year ago # -
Wait... are you using Safari 5 on a mac?
There's a known bug with that specific feature on that browser.
Posted 1 year ago # -
Yup, 5.0.3 . Have just tried it in Chrome and it works fine! Now I know, thanks for your help.
Posted 1 year ago # -
Thanks Lesley,
I'll let folks know when we resolve the Safari issue.
Posted 1 year ago # -
Same issue in Firefox 3.6.15 on Mac. Chrome is OK.
Posted 1 year ago # -
Works for me in Firefox 3.6.15 on Mac.
Posted 1 year ago #
Reply
You must log in to post.