Please Help me

Discussion in 'HTML & Website Design' started by JamesKwanda, May 24, 2008.

  1. #1
    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
     
    JamesKwanda, May 24, 2008 IP
  2. kishore415

    kishore415 Well-Known Member

    Messages:
    1,462
    Likes Received:
    41
    Best Answers:
    0
    Trophy Points:
    160
    #2
    Can i look at the html code..are you using the proper extension of the image?
     
    kishore415, May 24, 2008 IP
  3. steelfrog

    steelfrog Peon

    Messages:
    537
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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:
     
    steelfrog, May 25, 2008 IP
  4. mooseweb

    mooseweb Banned

    Messages:
    1,154
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    0
    #4
    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
     
    mooseweb, May 25, 2008 IP
  5. JamesKwanda

    JamesKwanda Banned

    Messages:
    267
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Thanks so much, it works now!
     
    JamesKwanda, May 25, 2008 IP
  6. profithost

    profithost Active Member

    Messages:
    484
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    80
    #6
    if you need any more help welcome ;)
     
    profithost, May 25, 2008 IP