Did you read the tutorial at the link above? Everything is there…
I did but I don’t understand it…
That first link is great, but when it tells you to edit the .css document, WP won’t let me in my control pannel and Notepad only comes up with a copyright..
Sorry guys, but I want to figure this all out.
You don’t have to use the WordPress Theme Editor. To install your Theme, you first downloaded it to your computer. Find that and open the style.css in that Theme in Notepad or any text editor.
There you can add the style information. And then upload the file (not the whole folder) to your theme folder, just as you did to install WordPress and the Theme. It’s really easy.
Hope that works for you. I don’t use the built-in editors, though they are very handy, but use a text editor to make my changes and then upload them, fast and easy.
That’s what I tried to do. With Notepad I opened style.css and this is all I got:/*
Theme Name: Blix
Theme URI: http://www.kingcosmonaut.de/blix/
Description: Hmmm...
Version: 0.9.1
Author: Sebastian Schmieg
Author URI: http://www.kingcosmonaut.de/
*/
@import "layout.css";
@import "spring_flavour.css";
That’s it. No img tages or anything.
Blix is a very special theme. In order to facilitate easy of customization, Blix splits the CSS into two documents. layout.css controls the layout, and spring_flavour.css control the “flavour”, or colors, of your blog. In this case, please make your image alignment alterations to the layout.css file.
That would explain it. And thanks, I’ve got it now.