Index Page CSS
-
Guys.
I am having a go at making my own WP theme for a site i am building. I have a fully working WP install
I am using Dreamweaver CS5 and please tell me if there is something better.
I have created a index.php and also a style.css
Now my index.php is not doing anything crazy right now. I have created a .php page in dreamweaver and then assigned a background image. I have put the CSS code as follows in the .css file
body {
background-color: #FFF;
background-image: url(images/ButchersBlock.png);
}Now if i just open index.php in firefox then i see the background image. But when i use it with WordPress i see nothing but a white screen.
I am sure i am doing something silly. can anyone help?
Thanks in advance
The topic ‘Index Page CSS’ is closed to new replies.