Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

PNG images

  • 31-12-2009 09:14PM
    #1
    Registered Users, Registered Users 2 Posts: 23


    Looking for some advise please.

    I have just used www.cooltext.com to create a button. I have copied the HTML code onto the page I want the image to show and have downloaded the PGN images into my image folder. This was then transferred using Filezilla. I have done everything as I would with a JPEG or a GIF image however I dont get an image showing on the page.

    Have I missed something really basic or am I biting off more than I can chew as a novice programmer.

    Thank you and a happy new year.


Comments

  • Closed Accounts Posts: 263 ✭✭HandWS LTD


    3 reasons.

    1) Are you sure you have the correct file path for this image file written inside the html code.

    2) Can you see the actual image when you open it on your desktop. If not then it was not downloaded properly.

    3) Is your hosting account on a linux server? If so then it is best not to have any capital letters in the image file name. Change this in the image file name and in the html code so they match. If you used any capital letters in the images file names, they won't work if your html references them in lowercase.

    There may be other ways but if neither of these work post the file name and code here.


  • Registered Users, Registered Users 2 Posts: 23 easylistener


    Thank you for your response with perseverance I eventually got them to upload. Rather than place the images in my image file I placed them in the main directory and hey presto there they were. Lots of sighing and cursing pre acheiving it though.


  • Closed Accounts Posts: 263 ✭✭HandWS LTD


    Looks like your file name location in the <img> tag is supposed to be located at....e.g:

    If you have your image in another folder e.g called "images" then the location of that image file will be:

    http://www.mydomain.ie/images/myimage.png

    Note the images folder in bold (shown above) added into the images location to get the actual file to be displayed on your web page.


Advertisement