Hi, I have tried for literally five hours to get this to work. I am trying to insert a header at this location http://leastman.com/images/bingobest.png Okay now the header is not showing up on www.leastman.com Here is the HTMl sorce used for that section <div id="container"> <div id="header"> <h1><img src="images/bingobest.png" /></h1> <!-- end #header --></div> what am I doing wrong, please help. OKay maybe the header is showing up sometimes, but every time I refresh it it just disappears. (Gosh, it just showed up and now it's not showing and I made no ftp changes!!!!) Please Help! Thanks PS, please right click and view the source, I can't seem to get it right
It is showing up on mine from the start, so i'm not really sure of the problem, but i've seen a similar template to this before where is it from cause imo its pretty cack
It's not a template, it's just a dreamweaver starting page.... Well I guess you can call it a template but it's directly from dreamweaver itself so please advise. -James
Try to remove the <h1> and instead use a width attribute to size up the image. <h1><img src="images/bingobest.png" /></h1>