cant see graphics on my site

4 replies
  • WEB DESIGN
  • |
I am a bit of a dunce technically

so here is what I am doing,, I have some web templates I am trying to use

when the site is saved on my pc the graphics show up fine...

When I go online the graphics are gone..

I tried dragging the images into my ftp and still nothing

any ideas
#graphics #site
  • Profile picture of the author tuldok
    please check your image code:

    <img src="" atl="" />

    the source should not be the local folder in your pc.. instead use

    Code:
    <img src="images/{nameofyourimage}.jpg" />
    where images folder is the same location of the html file.

    hope it helps..

    jay
    {{ DiscussionBoard.errors[1088110].message }}
  • Profile picture of the author iBBnet
    Yes, Jay is correct. That's often the problem with images not showing up. Make sure you are referencing your images properly in your html code.
    Signature
    Bryan
    After5PC.net
    Freelance Web Development
    and Graphic Design Services
    {{ DiscussionBoard.errors[1088341].message }}
  • Profile picture of the author logodesigner
    You need to check the folder path on which your images located
    {{ DiscussionBoard.errors[1088486].message }}
  • Profile picture of the author Dankova
    check if your photos are not larger than 50 KB , this could be one of the reasons
    {{ DiscussionBoard.errors[1128345].message }}

Trending Topics