CMS Magento
I am not an expert at Magento quite yet so maybe we can clear up what i think to be the first accessibility issue.
As i understand CMS pages can only be styled with inline CSS. If this is so it goes against WCAG guidelines. However if this is not so then i am ignorant
-
Hey that’s what the blogs are for too :(
Look forward to hearing from someone.
R


1ohminu posted Fri, March 7, 2008
Hello roskolnikov-
The answer is absolutely not - it does not have to be styled in inline css. You can save all your CSS to the regular CSS files you’d use for the rest of the site. You can clearly see how this works when you view the source of the HTML that is being generated.
2roskolnikov posted Fri, March 7, 2008
Hello ohminu,
Ok let me try it and get back to you.
Thanks for joining!
Oh which .css file should i save the Cascading Style Sheets (CSS) for my Content Management System (CMS) generated pages to? Boxes.css?
Cheers
R
3SeL posted Mon, March 17, 2008
Hi roskolnikov,
You can put your CSS to any .css file, it will be taken into account. It’s up to you. But i would recommend custom.css.