Is it possible to somehow edit the CSS files within Drupal 5? So you don't have to use FTP/etc?

Comments

B-Dot’s picture

You need to make changes to the .css files on your server.

I'm on a Mac. I use Transmit for FTP and I associate .css files with my css editor (CSS Edit). I then simply browse to my themes directy using Transmit and double click on the CSS file I want to edit. It opens, I make my changes, and save - directly to the server.

I also use the view formatted source plug-in for Firefox, which allows me to easily figure out what CSS file and what line a particular part of a page is being styled by.