Help in loading image to a website
Moderator: Kathy_9
Help in loading image to a website
Is there anybody who could help me load an image to a website. It won't open. I use Corel Paintshop pro x3. help please what is it that I am doing wrong?
-
LeviFiction
- Advisor
- Posts: 6831
- Joined: Thu Oct 02, 2008 1:07 pm
- System_Drive: C
- 32bit or 64bit: 64 Bit
- motherboard: Alienware M17xR4
- processor: Intel Core i7-3630QM CPU - 2_40GH
- ram: 6 GB
- Video Card: NVIDIA GeForce GTX 660M
- sound_card: Sound Blaster Recon3Di
- Hard_Drive_Capacity: 500GB
- Corel programs: PSP: 8-2023
- Location: USA
Re: Help in loading image to a website
What file format are you using? Are you saving it as a JPG? PNG? GIF? Or as a PSPImage?
PSPImage is a proprietary image format that can't be used in a website.
Also, how are you trying to get it loaded to the website? And what website?
PSPImage is a proprietary image format that can't be used in a website.
Also, how are you trying to get it loaded to the website? And what website?
https://levifiction.wordpress.com/
Re: Help in loading image to a website
I am trying to create clikable image such as home button or about us. I have my own website that I am working on. I load the images using jpeg.
Here is the code I get after i load on my website. It just blinks once by does not show pic
<html>
<head>
<meta name="Author" content="">
<meta name="Generator" content="PaintShop Photo Pro">
<title>Pool</title>
</head>
<body>
<img name="pool20" src="pool2.gif" width="144" height="192" border="0" usemap="#pool2" alt="" />
</body>
</html>
Here is the code I get after i load on my website. It just blinks once by does not show pic
<html>
<head>
<meta name="Author" content="">
<meta name="Generator" content="PaintShop Photo Pro">
<title>Pool</title>
</head>
<body>
<img name="pool20" src="pool2.gif" width="144" height="192" border="0" usemap="#pool2" alt="" />
</body>
</html>
-
teknisyan
- Posts: 2421
- Joined: Wed Oct 06, 2010 4:18 pm
- System_Drive: C
- 32bit or 64bit: 64 Bit
- motherboard: Sony Corporation VAIO
- processor: Intel Corel i5
- ram: 4 GB
- Video Card: ATI Mobility Radeon HD 5650
- sound_card: Realtek HD Audio
- Hard_Drive_Capacity: 500 GB
- Location: Riyadh, KSA
- Contact:
Re: Help in loading image to a website
chacorel,
Like what Levi said the best format for web sites are JPG, PNG and GIF. Once you have saved the image in those format, you can insert the image to your web site by using this code.
URL = to the location of the image on your web server or FTP space, it can even be the permalink when you upload it on Flickr, Picasa and other online photosharing web site.
Here's a sample photo I uploaded on Picasa.

The code is
<img src="http://4.bp.blogspot.com/-0mXxp6MXiJM/T ... gePad1.jpg">
Like what Levi said the best format for web sites are JPG, PNG and GIF. Once you have saved the image in those format, you can insert the image to your web site by using this code.
Code: Select all
<img src="URL">Here's a sample photo I uploaded on Picasa.

The code is
<img src="http://4.bp.blogspot.com/-0mXxp6MXiJM/T ... gePad1.jpg">
Like reading blogs?
About Tech
About Sports
Pnoy.Me - A URL Shortener
Follow me on Facebook & Twitter
About Tech
About Sports
Pnoy.Me - A URL Shortener
Follow me on Facebook & Twitter
-
JustAnotherDude
- Posts: 13
- Joined: Thu May 20, 2010 2:49 am
- System_Drive: C
- 32bit or 64bit: 64 Bit
- motherboard: Pegatron Truckee
- processor: Intel i7-920
- ram: 9 GB
- Video Card: NVIDIA GeForce GTX 260
- sound_card: Realtek High Definition Audio
- Hard_Drive_Capacity: 7.5 TB
- Monitor/Display Make & Model: HP-2159m (2)
- Location: Duncan, South Carolina
Re: Help in loading image to a website
Have you verified that the image file exists on the web server in the same directory as the HTML file?
If not, here's a simple way to check:
Assuming your HTML file is named "index.html", located at http://www.yourdomainname.com/index.html
You would enter this in your browser URL field:
http://www.yourdomainname.com/pool2.gif
Substitute "yourdomainname.com" with whatever the real domain name is. If a path exists between the domain name and "index.html", then you need that path as well.
If the image is visible, then it exists where it is supposed to. And if that's the case, then the code you listed should work with no problem.
If you're still having trouble, post the URL to the web page in question and it will be easy to figure out what's wrong.
If not, here's a simple way to check:
Assuming your HTML file is named "index.html", located at http://www.yourdomainname.com/index.html
You would enter this in your browser URL field:
http://www.yourdomainname.com/pool2.gif
Substitute "yourdomainname.com" with whatever the real domain name is. If a path exists between the domain name and "index.html", then you need that path as well.
If the image is visible, then it exists where it is supposed to. And if that's the case, then the code you listed should work with no problem.
If you're still having trouble, post the URL to the web page in question and it will be easy to figure out what's wrong.
