Right now the header on my site is an image, and I know that it is not the correct way to do it, so that it will display the same for everyone on all browsers. The script I am using for the site, allows me to add a Header.php, or a Header.html Can anyone help me with a simple code for a Header.html file, that will allow me to use the same image? Any help is appreciated. Thanks.
Yes. So that it will show up the same for everyone....right now it is not doing that just as a simple image.
Why what's going wrong? The code twisted spikes has given you will put the image in the header without probs?
Yes. I am putting it up now. I went to my site on another computer, and the header was not displayed well and it horrified me. I am assuming if I just make the header.html file where the script lets me include it, it will display the same for everyone. Am I correct?
I'm not too sure your whole layout is in tables which could prove to be a problem.. but as far as i know the code given above will display the same in all browsers. I think there may be a little gap after the image in IE, to get rid of this add display:block; to your image class.