Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Coding Forum Problems with your code? Let's hear about it.

Ezilon Directory   I Sell Pagerank   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 03-07-2008, 03:02 AM   #1 (permalink)
Junior Member
 
Join Date: 03-07-08
Posts: 3
iTrader: 0 / 0%
Latest Blog:
None

b3aver is liked by many
Unhappy My image doesn't show up

Hi, I have a website (site A) and i want to introduce my website by putting a link directing to my website in another site (site B) by inserting HTML code as following

<a href="http://mysite.com" target="_blank"><img src="http://mysite.com/images/Link-extend.gif" alt="Image description" border="0" /></a>

As shown above, i want the link to be displayed as an image (Link-extend.gif) and i put the image in "image" directory, but it still doesn't show up in site B, instead it only display "Image description" text as the link

HOW CAN I FIX THIS???? I'm so desperate , can anybody help??? Thank you very much
b3aver is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 03-07-2008, 03:16 AM   #2 (permalink)
v7n Mentor
 
Join Date: 09-03-07
Location: England
Posts: 549
iTrader: 0 / 0%
Latest Blog:
None

Boogle is just really niceBoogle is just really niceBoogle is just really niceBoogle is just really niceBoogle is just really niceBoogle is just really niceBoogle is just really niceBoogle is just really nice
your path to the image is not correct- it's that simple, your link is fine but the path to the image is not.

Check the path intensely, is it a .gif, is the directory "image" or "imageS" etc etc,

Sort that out and it'll be fine.

Boog's
__________________
Great new 'June' Javascript Framework

June Forums - Innovative JScripting

Price is what you pay... Value is what you get.
Boogle is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-07-2008, 03:31 AM   #3 (permalink)
Contributing Member
 
corneo's Avatar
 
Join Date: 03-06-08
Posts: 666
iTrader: 0 / 0%
Latest Blog:
None

corneo is a jewel in the roughcorneo is a jewel in the roughcorneo is a jewel in the roughcorneo is a jewel in the roughcorneo is a jewel in the roughcorneo is a jewel in the roughcorneo is a jewel in the rough
also add www. (maybe you just didn't type that part out)
corneo is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-07-2008, 04:36 AM   #4 (permalink)
Junior Member
 
Join Date: 03-07-08
Posts: 3
iTrader: 0 / 0%
Latest Blog:
None

b3aver is liked by many
I'm sure I typed the path correctly, it's in "http://mysite.com/images/Link-extend.gif".

Correct me if I'm wrong:
1. By using FTP program, I go to "public_html" folder
2. I created "images" directory and the filename is "Link-extend.gif"

I wonder if it's something about permission to that file?

My site doesn't have "www" before domain name so, it's only "mysite.com" but I've tried by putting www before my domain name but still no result

Any other solutions??
Thank you
b3aver is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-07-2008, 04:53 AM   #5 (permalink)
Contributing Member
 
corneo's Avatar
 
Join Date: 03-06-08
Posts: 666
iTrader: 0 / 0%
Latest Blog:
None

corneo is a jewel in the roughcorneo is a jewel in the roughcorneo is a jewel in the roughcorneo is a jewel in the roughcorneo is a jewel in the roughcorneo is a jewel in the roughcorneo is a jewel in the rough
Try baby steps:
typing the address to your picture in. "http://mysite.com/images/Link-extend.gif". it should open up on a browser.
If it doesn't, than you have the wrong address.

Did you get an email (you should have saved) from the server company giving you the paths?
example:
SERVER RESOURCES AND PATHS
========================================

--> PERL PATH: /usr/bin/perl
--> SENDMAIL: /usr/sbin/sendmail
--> FULL PATH TO PUBLIC_HTML: /home/site name/public_html
--> FULL PATH TO CGI-BIN: /home/site name/public_html/cgi-bin

--> WEB ROOT DIRECTORY: /www/

This will tell you the correct place to place your file.

Make very sure you are typing in out correctly. Caps where caps go and all. Servers look as caps and lower case as different.
corneo is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-07-2008, 06:32 AM   #6 (permalink)
v7n Mentor
 
ryukenden's Avatar
 
Join Date: 12-03-06
Location: nicewebhosts.com
Posts: 812
iTrader: 0 / 0%
ryukenden is a glorious beacon of lightryukenden is a glorious beacon of lightryukenden is a glorious beacon of lightryukenden is a glorious beacon of lightryukenden is a glorious beacon of lightryukenden is a glorious beacon of lightryukenden is a glorious beacon of lightryukenden is a glorious beacon of lightryukenden is a glorious beacon of lightryukenden is a glorious beacon of lightryukenden is a glorious beacon of light
Sometimes even slightest variation will not show pictures.

e.g. If your images extension is .Gif instead of .gif, it will not show up. Check the capital letters carefully.
__________________
Compare Web Hosting->>Web Hosting Sites
Web Hosting Latest Offers
: howtobuildawebsite.com , professionalwebhosting.com
ryukenden is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-07-2008, 06:54 AM   #7 (permalink)
Junior Member
 
Join Date: 03-07-08
Posts: 3
iTrader: 0 / 0%
Latest Blog:
None

b3aver is liked by many
Quote:
Try baby steps:
typing the address to your picture in. "http://mysite.com/images/Link-extend.gif". it should open up on a browser.
If it doesn't, than you have the wrong address.
Well, I tried to do so and I do only get The page cannot be found text and yes I know that my URL path is not correct but it IS the path I should type right?
Quote:
Correct me if I'm wrong:
1. By using FTP program, I go to "public_html" folder
2. I created "images" directory and the filename is "Link-extend.gif"
Yes I received an email from my hosting company and I was told that all files have to be uploaded into public_html or www folder

Quote:
Sometimes even slightest variation will not show pictures.

e.g. If your images extension is .Gif instead of .gif, it will not show up. Check the capital letters carefully.
I double checked the file directory and the image name. I uploaded my image "Link-extend.gif" (that's EXACTLY my filename) into "images" directory (and that's also the EXACT name of my folder)

Any other solution? Thank you
b3aver is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-07-2008, 07:39 AM   #8 (permalink)
Contributing Member
 
corneo's Avatar
 
Join Date: 03-06-08
Posts: 666
iTrader: 0 / 0%
Latest Blog:
None

corneo is a jewel in the roughcorneo is a jewel in the roughcorneo is a jewel in the roughcorneo is a jewel in the roughcorneo is a jewel in the roughcorneo is a jewel in the roughcorneo is a jewel in the rough
Quote:
Well, I tried to do so and I do only get The page cannot be found text and yes I know that my URL path is not correct but it IS the path I should type right?
wrong, you need to type the correct path.
can you post the site on here to PM it to me. let's see if can get lucky and find out whats wrong.
corneo is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
'Unable to save image' error for sig image danparks V7N Forum Support 20 02-22-2008 03:13 PM
image didn't show up steven01 Web Design Lobby 3 12-09-2006 03:15 AM
Friday Night Lights (tv show), and House (tv show) sim Forum Lobby 0 10-31-2006 04:13 PM
slide show...inserting image problem jolene Coding Forum 5 07-28-2004 10:57 AM
Can a 'swap image' graphic contain image mapping? lizbeth Coding Forum 2 04-22-2004 02:32 AM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 01:56 PM.
© Copyright 2008 V7 Inc

Click Here