Results 1 to 7 of 7

Hybrid View

  1. #1
    Join Date
    Jan 2008
    Location
    Switzerland
    Posts
    38
    Plugin Contributions
    0

    Default Uploading images

    Hi,

    I have created an EZ Page and want to add an image to it with a link in it. I have added the following code to the EZ page:

    <a href=" http://www.halloween-and-more.com/in...age=page&id=21 " target="_top">

    <img src=”haunted_houses.jpg" width="125" height="125" alt="Haunted Houses" border="0"/></a>

    I uploaded the image to the public_html/images folder. But the image is not showing on the page. All that shows up is a box with a small red cross in the top right hand corner. The link works but the image doesn't show up.

    Just wondering how I get the image to show on the page? Which folder do I actually upload it to?

  2. #2
    Join Date
    Aug 2005
    Posts
    26,018
    Plugin Contributions
    9

    Default Re: Uploading images

    Try this for path
    Code:
    <img src=”/images/haunted_houses.jpg" width="125" height="125" alt="Haunted Houses"
    Zen-Venom Get Bitten
    Get Your Business Found

  3. #3
    Join Date
    Jan 2008
    Location
    Switzerland
    Posts
    38
    Plugin Contributions
    0

    Default Re: Uploading images

    Hello, thanks for your help.

    I tried this but to no avail.

    I have a bit of confusion on how the image is actually found in the html. My files go: public_html/images/haunted_houses.jpg and so I tried this option as well as what you mentioned: /images/haunted_houses.jpg, but neither worked.

    I've also seen another post in the forum under the title: "Solution to use images for EZ-Pages links" which I thought might work but didn't.

    Do you have any other suggestions on how else I could try to get the image to show in the EZ page?

    I'm not really sure what it is I'm doing wrong.

    Thanks!

  4. #4
    Join Date
    Aug 2005
    Posts
    26,018
    Plugin Contributions
    9

    Default Re: Uploading images

    you can use the full path
    Code:
    http://www.halloween-and-more.com/images/haunted_houses.jpg
    Zen-Venom Get Bitten
    Get Your Business Found

  5. #5
    Join Date
    Jan 2008
    Location
    Switzerland
    Posts
    38
    Plugin Contributions
    0

    Default Re: Uploading images

    I tried this but it didn't work either.

    It looks like this:
    http://www.halloween-and-more.com/in...449b5ab4a7aaf4

  6. #6
    Join Date
    Aug 2006
    Location
    UK
    Posts
    449
    Plugin Contributions
    0

    Default Re: Uploading images

    The line below is from "view source" of your page. Notice that the url has extra quotes and will be causing the problem.

    <img height="125" border="0" width="125" alt="Haunted Houses" src="”http://www.halloween-and-more.com/images/haunted_houses.jpg""/>
    ~Steve~

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •