If you want to make the header the same in every page, all you have to do is use the same code. Go into your editor which is right under “appearance.” Then go to the stylesheet on the right hand side. Scroll down until you see the css for “header” then copy and paste that css into the css of all your other pages.
I do not know your theme, but all your images are here :
http://losebuttfat.org/wp-content/themes/Cutline-1.4-2ColumnRight/Cutline-1-1.4-2ColumnRight/images/
they are called :
header_1.jpg
header_2.jpg
header_3.jpg
Etc…
E.g.
http://losebuttfat.org/wp-content/themes/Cutline-1.4-2ColumnRight/Cutline-1-1.4-2ColumnRight/images/header_1.jpg
http://losebuttfat.org/wp-content/themes/Cutline-1.4-2ColumnRight/Cutline-1-1.4-2ColumnRight/images/header_2.jpg
Now, if you do not have a special admin page for your theme , (look at the admin area) so you need to change it in the code itself, or just change the images themselves..
And BTW – ask your host to turn off directory indexing …
@ d3lilley123
Sorry, WHile I was writing I did not saw your reply ..
ok, this should be the css code, right?
#header_img { position: relative; margin: 0 0 3.0em 0; border-bottom: 1px solid #000; float: left; clear: both; }
where do i paste it on all the other pages? do i remove the existing code in the pages, or just paste this one?
i thought i could simply change the header img in my host but my site turned weird on me. how do i then change the header, after making it the same in all pages that is?