I've been editing the theme's CSS from cpanel. Is there a way to edit the CSS from within the theme itself?

Thanks!

Comments

taslett’s picture

Hi gray97,
The short answer is no.

You may find it helpfull to use Firefox with the web developers toolbar which allows you to edit styles live. You will still need to save them through cpanel once you have the look you are after.

www.csscreator.com

sepeck’s picture

long answer is there is a module.
http://drupal.org/project/theme_editor

Note: I have not used it so your experiance may vary.

-sp
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide

taslett’s picture

Actually that long answer is shorter then the short answer.
Thanks for pointing it out.

www.csscreator.com

sepeck’s picture

No, it's still the long answer. It works best in conjunction with the tools you pointed out in your short answer. :)

-sp
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide

gray97’s picture

Thanks a lot, I'll play with both methods today.

gray97