Help Me Please!!!

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

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

    wd_2k6 Peon

    Messages:
    1,740
    Likes Received:
    54
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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
     
    wd_2k6, May 28, 2008 IP
  3. JamesKwanda

    JamesKwanda Banned

    Messages:
    267
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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
     
    JamesKwanda, May 28, 2008 IP
  4. mds

    mds Active Member

    Messages:
    256
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    58
    #4
    Try to remove the <h1> and instead use a width attribute to size up the image.
    <h1><img src="images/bingobest.png" /></h1>


     
    mds, May 28, 2008 IP
  5. webblab

    webblab Guest

    Messages:
    394
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I suggest you using CSS properties for a header.
     
    webblab, May 28, 2008 IP