*deep breath* Okay.. My friend likes this style and wanted a header... no sweat right?
Aside from the total lack of customization in the wizard, I start coding a header with css. Now the background image is gone! Well I've tried a bunch of things, but so far this is the code I have and it's not posting the header AND the background image. I'm rusty on css, so any help would be wonderful!
/* PAGE BODY */
body {
margin-top: 320px !important;
background-color: #e4004b !important;
background-image: url("
http://home.comcast.net/~tsbls/layout/sharinganheirheader1.jpg") !important;
background-repeat: no-repeat !important;
background-attachment: scroll !important;
background-position: 1px 40px !important;
}
body {
background-image: url("
http://i225.photobucket.com/albums/dd295/sharinganheir/sakurashannaro/sakurabackground.jpg") !important;
background-repeat: repeat-y !important;
background-attachment: fixed !important;
background-position: 370px 400px !important;
}
Aligning the header isn't necessarily important, since that's not the right header and one I'm just using since it's uploaded. I simply can't get the white background "sakurabackground.jpg" to work with the header. If I do just the header code.. the precoded white background disappears. UGH.. I do not like this layout. Why must she be so finicky. ;/