Help in loading image to a website

Corel Paint Shop Pro

Moderator: Kathy_9

Post Reply
chacorel
Posts: 3
Joined: Tue Mar 22, 2011 11:16 pm
operating_system: Vista Home Basic
System_Drive: C
32bit or 64bit: 64 Bit

Help in loading image to a website

Post by chacorel »

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
operating_system: Windows 10
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

Post by LeviFiction »

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?
https://levifiction.wordpress.com/
chacorel
Posts: 3
Joined: Tue Mar 22, 2011 11:16 pm
operating_system: Vista Home Basic
System_Drive: C
32bit or 64bit: 64 Bit

Re: Help in loading image to a website

Post by chacorel »

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>
teknisyan
Posts: 2421
Joined: Wed Oct 06, 2010 4:18 pm
operating_system: Windows 7 Home Premium
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

Post by teknisyan »

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.

Code: Select all

<img src="URL">
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.
Image

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
JustAnotherDude
Posts: 13
Joined: Thu May 20, 2010 2:49 am
operating_system: Windows 7 Professional
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

Post by JustAnotherDude »

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.
Post Reply