Go Back   PCMech Forums > Help & Discussion > Web Design / Development

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 06-17-2006, 02:48 PM   #1
Member (9 bit)
 
gmanz73's Avatar
 
Join Date: Feb 2005
Posts: 430
Exclamation Banner for my site wont show...whats the problem?

Ok i have the GIF file on my desktop and the site where i created the banner gave me this code. When i click the banner its supposed to take me to my site:

PHP Code:
<a href="http://www.WatchesUSA.vstore.ca/index.php"><img src="addesign.gif"></a
can someone help me fix this problem?

thanks a Mill!!

Last edited by gmanz73; 06-17-2006 at 02:50 PM.
gmanz73 is offline   Reply With Quote
Old 06-17-2006, 03:50 PM   #2
Wx geek
 
blue60007's Avatar
 
Join Date: Aug 2005
Location: Indiana
Posts: 6,638
Where do you have the HTML file located? With that value for src value for the image, you need to have the GIF file located in the same folder as the HTML file. If you've got the HTML file on a web server, the GIF file has to be right there with it. The server can't load it off your local disk.

What's the exact problem you are having?
__________________
"It is the way of man to make monsters and it is the nature of monsters to destroy their makers."
blue60007 is offline   Reply With Quote
Old 06-17-2006, 05:07 PM   #3
Member (9 bit)
 
gmanz73's Avatar
 
Join Date: Feb 2005
Posts: 430
i cant see the banner when i upload the code....the file is on my desktop.
i am trying to upload the banner on a website.
gmanz73 is offline   Reply With Quote
Old 06-17-2006, 05:41 PM   #4
Wx geek
 
blue60007's Avatar
 
Join Date: Aug 2005
Location: Indiana
Posts: 6,638
The server you are uploading to can't load the GIF file from your desktop. You'll have to upload the GIF to the server along with the HTML code.
blue60007 is offline   Reply With Quote
Old 06-17-2006, 06:51 PM   #5
Member (9 bit)
 
gmanz73's Avatar
 
Join Date: Feb 2005
Posts: 430
I even tried coping the code and pasting it in a Notepad, and then saving it as a .html file, still it didnt show, can you eleborate more in an english language, i dont really understand what you meant.

Gman
gmanz73 is offline   Reply With Quote
Old 06-17-2006, 07:27 PM   #6
Staff
Premium Member
 
mairving's Avatar
 
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
Quote:
Originally Posted by gmanz73
can you eleborate more in an english language, i dont really understand what you meant.

Gman
Gman, when people are trying to help you, please don't dump on them because you can't understand what they are trying to do.

I had to read your post several times before I could figure out what you are wanting. It sounds like you want to click on an image on your desktop and go to your site. You can't just click on a gif on your desktop and have it take you to your site. You can create a html file something like:

home.html

PHP Code:
<html>
<
head>
<
title>Home Page</title>
</
head>
<
body>
<
a href="http://www.WatchesUSA.vstore.ca/index.php"><img src="addesign.gif" border="0"></a
</
body>
</
html
Then you can click on a blank space on your desktop,
select properties,
select desktop,
select customize desktop,
select web,
select new,
browse and find your html file,
click OK all the way out.
You can customize the color of your desktop also as it is going to be white to begin with.
__________________

Want to Make $$$$ with your Computer? No Risk! Simply press shift-4 four times in a row
mairving is offline   Reply With Quote
Old 06-17-2006, 08:36 PM   #7
~ Ryan ~
 
Join Date: Jun 2005
Location: Jackson TN
Posts: 3,516
Send a message via AIM to rspassey Send a message via MSN to rspassey
Whats saved on your desktop? The image or the HTML File?

I think what he wants, Mairving, is to have a banner image at the top of his webpage that once clicked upon, it will redirect to his homepage. If this is the case, then Blue has it right. You need to either replace the address of the gif to the full address, or place it in the same folder, as stated above, as the HTML file.
__________________
RiotCats.com, an internet domain specifically fabricated and visually erected for the appreciation of the feline kingdom!
rspassey is offline   Reply With Quote
Old 06-17-2006, 08:53 PM   #8
Wx geek
 
blue60007's Avatar
 
Join Date: Aug 2005
Location: Indiana
Posts: 6,638
The .html file you said you created from notepad has to be in the same location as your banner image. If you said the image is on your desktop, then that HTML page has to be on the desktop as well. What I was trying to say before is, if you have an HTML file (with the code you mentioned) on your web host / server then you also have to put that image with that HTML on that web host/server. The web host can't load the image off your desktop, it has to be located on the server.
blue60007 is offline   Reply With Quote
Old 06-17-2006, 09:26 PM   #9
Member (9 bit)
 
gmanz73's Avatar
 
Join Date: Feb 2005
Posts: 430
ok, basically i want a banner on top of a different site promoting my site, once a person clicks the banner it will take them to my site.

Blue you want me to put the code on my desktop next to the GIF pic right?

Thanks!
gmanz73 is offline   Reply With Quote
Old 06-17-2006, 09:48 PM   #10
Wx geek
 
blue60007's Avatar
 
Join Date: Aug 2005
Location: Indiana
Posts: 6,638
OK, I see now. You'll want to put the image along with the other site's pages.

If you want to see it work, put the code on the desktop next to the image and load the html file in your browser (a double click will do).

If someone else is controlling the site, have them your image with their html pages on their web host. Otherwise, you'll need to do that. Of course, the other site's pages would have to have that line of code inserted in the pages.
blue60007 is offline   Reply With Quote
Old 06-18-2006, 11:00 AM   #11
Member (9 bit)
 
gmanz73's Avatar
 
Join Date: Feb 2005
Posts: 430
wow...lol yeah it worked!!!!
Thanks!
but now how can i put the file on my website?
do i press attach images?
gmanz73 is offline   Reply With Quote
Old 06-18-2006, 04:24 PM   #12
Wx geek
 
blue60007's Avatar
 
Join Date: Aug 2005
Location: Indiana
Posts: 6,638
You will have to upload the code and image to your website. I'm not sure how your host does it, but they might have some type of file manager that you can log into and load the pages up.
blue60007 is offline   Reply With Quote
Old 06-21-2006, 06:46 AM   #13
Member (9 bit)
 
gmanz73's Avatar
 
Join Date: Feb 2005
Posts: 430
thanks i got it!

gmanz73 is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

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

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



All times are GMT -5. The time now is 05:10 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2