Maybe you can try the WordPress CSS Guide.
If you found a stylesheet you want to use, all you have to do is upload it over the current stylesheet….you can do this by changing the name of the new stylesheet to “wp-layout.css” so it will match the current stylesheet name.
If the new stylesheet also load images, you’ll have to load those images in the directory specified by the new stylesheet.
I’ve got the stylesheet edited but when I go to update the page, I get this:
“You cannot update that file/template: must make it writable, e.g. CHMOD 666”
What does this mean, and how can I fix that?
thx
http://www.mfr.f2s.com/ftp/
Use your ftp or cpanel to alter the file permissions to 666
(It’s basically just you giving you permission to alter the file because right now even though it’s your file and you put it there the server thinks the file belongs to it only and won’t let you do what you want. Computers eh ? 🙂 )
I am not sure. Sometimes if you ftp the file and everything is fine the admin interface still reports a chmod error. Best try and see.
Thanks so much! Now, Ok, I’ve figured out the permissions and being able to upload & whatnot. However, I downloaded the stylesheet I want. got the pictures uploaded BUT have no idea how to get them onto the actual blog where they belong. One is supposed to be the Title header, one is supposed to be a picture in the top left corner and another for the sidebar. How do I get them onto the actual blog? by doing an <img src=” > type of code? If so, where am I supposed to put that, in the actual blog template or into the style sheet template?
Last question, I promise. No more silly questions!
I just wanted to say thanks! I got it all worked out, especially with Alan’s help. I really appreciate it.