HTML Noob Questions

Discussion in 'HTML & Website Design' started by deeguy1, Mar 26, 2009.

  1. #1
    When publishing a site, how do you get all the pictures to show? I figured out how to publish it, everything shows but my images, including the header. How do I fix this?
     
    deeguy1, Mar 26, 2009 IP
  2. Joshua Pitts

    Joshua Pitts Well-Known Member

    Messages:
    570
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    100
    #2
    [img]img link here[/img]
    Code (markup):
     
    Joshua Pitts, Mar 26, 2009 IP
  3. emed

    emed Peon

    Messages:
    70
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #3
    <img src="url_or_the_image.png" />?
     
    emed, Mar 26, 2009 IP
  4. slam

    slam Peon

    Messages:
    27
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    ...to copy your images. Sometimes I'll publish a site and copy my thumbnail images, but forget to copy the full version referenced by the thumbs. Also make sure your code references the correct directory structure. I used to tweak HTML code on my computer and then upload the HTML to my hosting site. Often I had a slightly different directory structure on my desktop than I was using for the actual site. Not too sensible, but obviously it'll cause a simple problem.
     
    slam, Mar 26, 2009 IP
  5. mrpaisa

    mrpaisa Guest

    Messages:
    741
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    <img src="starflower.gif" alt="starflower" height="150" width="200">
    Try this code
     
    mrpaisa, Jan 19, 2010 IP
  6. johagulo

    johagulo Peon

    Messages:
    879
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Maybe it is taking some time to load?
     
    johagulo, Jan 19, 2010 IP