HEy guys! I'm a noobie and and have a wordpress blog that i've been trying to tinker with. Wordpress really, as far as I know, only gives you unfettered access to php files and css, not html.
What I am trying to do is extend my heading across the page, kind of like in on this site. the site is spatterblog (can't list the link but if you'll google you'll find it, or just add the .com). I want to know if i can use css to repeat the orange header image across the span of the page? I tried following the advise of one of the other posts with advised to use the following code and two images:
body{
background: #000000 url('your-image.png') repeat-x;
}
but I still can't get it to work. Any help would be greatly appreciated.
Squirrel
What I am trying to do is extend my heading across the page, kind of like in on this site. the site is spatterblog (can't list the link but if you'll google you'll find it, or just add the .com). I want to know if i can use css to repeat the orange header image across the span of the page? I tried following the advise of one of the other posts with advised to use the following code and two images:
body{
background: #000000 url('your-image.png') repeat-x;
}
but I still can't get it to work. Any help would be greatly appreciated.
Squirrel

Comment