Results 1 to 3 of 3

Thread: Adding .png files to my site?
      
   

  1. #1
    Hennie Albertse is offline Corporal
    Join Date
    Sep 2007
    Posts
    10

    Default Adding .png files to my site?

    Hallo,

    I was told by VodaSupport Help Desk that: "BlueVoda does not support .png images". Their Solution: You will need to upload the .png image with an FTP program then insert the image with HTML.

    Q&A followed:
    Q 1: What is an FTP PROGRAM?
    A: Go to: http://www.vodahost.com/vodatalk/saving-naming-previewing-publishing/9366-how-use-blueftp.html

    Q 2: How do I do (what you suggested)?
    A: Please read the below on editing HTML: http://www.w3schools.com/html/html_images.asp


    PROBLEM, NEEDING HELP:
    I have done Q1 successfully - no problem, but I cannot manage to "insert the image with HTML". The suggested tutorial is GREEK to me; meaning unclear and not very user friendly. Can anyone help me with this HTML coding?

    Kind Regards,
    Hennie
    www.LCRetreats.com

  2. #2
    ladyprada is offline Private
    Join Date
    Apr 2006
    Location
    South Africa - Gauteng - Midrand
    Posts
    4

    Default Re: Adding .png files to my site?

    Hennie,

    Almost sure you're from SA - right/wrong?

    I'm using .png images on my website without any problems.

    Try use your.png images I'm almost convinced you won't encounter a problem.

    lady*****
    Midrand
    Gauteng

  3. #3
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: Adding .png files to my site?

    Hi, must admit I thought they changed the problem with png & they where alright to use??? But if you do need to place an image on the page. Upload your image as suggested & use the code below in a html box with changing the red parts to suite. If you paste this code in a htlm box you will see the effect.

    <img src="http://www.lcretreats.com/Logo.png" alt="The main sites logo">

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49