Hi, I am trying to insert a header into a basic dreamweaver template. But whenever I do it on the template and upload to ftp with the image in the same folder and all that. The header does not show up... Is there a proper way to do this, I just can't seem to get this inerting header image thing to work. -James
It sounds like you're simply not using the proper paths. Make sure you're using relative paths. Here's an example of what an Image tag looks like when your HTML file is in the root directory and the image can be found in the "images" folder: <img src="images/banner.jpg" alt="Banner" /> HTML:
You need to make sure that the HTML file is reading the image in the proper directory. Example: Root Directory -Index.html -Contact.html -aboutus.html Images Directory --header.jpg Make sure that the index.html is reading it inside the images/header.jpg