I am stuck on CSS... Ideally, what I want is to add linking to the following CSS, but not sure if I can link a bg image:
.header
{
width:1000px;
height:210px;
position:relative;
background:url(images/header.jpg) top left no-repeat;
}
If not, I want to add a HOME link to the top navigation. Only that is generated based on pages.
I am running the latest WP version with a modified Retro template; can be seen here: http://blog.laid-bag.com
Any help is greatly appreciated! Thanks in advance. :)
Gila