View Single Post
Old May 15th, 2005, 06:53 PM   #4 (permalink)
Frost
Registered User
 
Join Date: Apr 2005
Posts: 148
Just do chmod 777 on the default.css file. Your FTP client may let you do chmod as follows: go to gallery/stylesheets/ and right click once on the default.css file, pick chmod, and then mark all the radio buttons. Otherwise assuming you are using *nix, you can chmod via shell as follows: cd to gallery/stylesheets/ and then type "chmod 777 default.css" without the quotes.
Frost is offline   Reply With Quote