|
![]() |
|||||||
| The Hangar Archive An archive for all Hangar posts older than 90 days. |
|
|
Thread Tools |
|
|
#1 |
|
Hall Of Fame
Join Date: Jul 2005
Location: Charlottesville, VA
Posts: 2,617
|
How do I hyperlink a banner?
How do I make the banner that I have on my site go to my homepage?
Last edited by Mr. Yankee; 06-12-2006 at 08:24 PM. |
|
|
| Sponsored Links |
|
|
|
|
#2 |
|
Hall Of Fame
Join Date: Jan 2006
Location: Not bababooey and I resent the implication
Posts: 21,029
|
<a href="[I]your home page link[/I]"><img src="[I]banner location[/I]" border=0></a>
|
|
|
|
|
#3 |
|
Hall Of Fame
Join Date: Jul 2005
Location: Charlottesville, VA
Posts: 2,617
|
[QUOTE=ChanTheMaster]<a href="[I]your home page link[/I]"><img src="[I]banner location[/I]" border=0></a>[/QUOTE]
Thanks. |
|
|
|
|
#4 |
|
Hall Of Fame
Join Date: Jan 2006
Location: Not bababooey and I resent the implication
Posts: 21,029
|
work ok?b
|
|
|
|
|
#5 |
|
Hall Of Fame
Join Date: Jul 2005
Location: Charlottesville, VA
Posts: 2,617
|
Actually no. It has the address entered in twice on the link. Try it and see if you know what the problem is.
Last edited by Mr. Yankee; 06-12-2006 at 08:50 PM. |
|
|
|
|
#6 |
|
Hall Of Fame
Join Date: Jan 2006
Location: Not bababooey and I resent the implication
Posts: 21,029
|
Try this:
<a href="http://thesportshookup.blogspot.com"><img src="http://img144.imageshack.us/img144/3654/untitled235kd.png" border=0></a> |
|
|
|
|
#7 |
|
Hall Of Fame
Join Date: Jul 2005
Location: Charlottesville, VA
Posts: 2,617
|
[QUOTE=ChanTheMaster]Try this:
<a href="http://thesportshookup.blogspot.com"><img src="http://img144.imageshack.us/img144/3654/untitled235kd.png" border=0></a>[/QUOTE] That's what I have now. But it just has my home page put in twice on the link. |
|
|
|
|
#8 |
|
Hall Of Fame
Join Date: Jan 2006
Location: Not bababooey and I resent the implication
Posts: 21,029
|
[QUOTE=Mr. Yankee]That's what I have now. But it just has my home page put in twice on the link.[/QUOTE]
I looked at your code, you don't have the "http://" part in the page source. Are you writing the html or is this some kind of tool you are using? If so leave change it to the below because it seems to be assuming all of your links are relative instead of absolute.. <a href=""><img src="http://img144.imageshack.us/img144/3654/untitled235kd.png" border=0></a> |
|
|
|
|
#9 |
|
Board Moderator
Join Date: Sep 2005
Location: Brooklyn Heights
Posts: 2,459
|
You can't hyperlink the banner, only the URL.
Why? Posters cannot use html in their posts, only VB code. I asked Sooth about this once, he said if all us could use HTML it would eat a lot more of JI.com's bandwith. |
|
|
|
|
#10 |
|
Hall Of Fame
Join Date: Jul 2005
Location: Charlottesville, VA
Posts: 2,617
|
[QUOTE=ChanTheMaster]I looked at your code, you don't have the "http://" part in the page source. Are you writing the html or is this some kind of tool you are using? If so leave change it to the below because it seems to be assuming all of your links are relative instead of absolute..
[B]<a href=""><img src="http://img144.imageshack.us/img144/3654/untitled235kd.png" border=0></a> [/B][/QUOTE] I inputted the code thats in bold. The link works on the home page, but on the other parts of the site it does not. For the other pages it wants to take me to [url]http://thesportshookup.blogspot.com/2006/06/[/url] I'm working with my template on blogger.com. If I sent the template to you, would that be of any help? |
|
|
|
|
#11 |
|
Hall Of Fame
Join Date: Jan 2006
Location: Not bababooey and I resent the implication
Posts: 21,029
|
Try the first one that is fully qualified...
|
|
|
|
|
#12 |
|
Hall Of Fame
Join Date: Jan 2006
Location: Not bababooey and I resent the implication
Posts: 21,029
|
<a href="http://thesportshookup.blogspot.com"><img src="http://img144.imageshack.us/img144/3654/untitled235kd.png" border=0></a>
|
|
|
|
|
#13 |
|
Hall Of Fame
Join Date: Jul 2005
Location: Charlottesville, VA
Posts: 2,617
|
[QUOTE=ChanTheMaster]<a href="http://thesportshookup.blogspot.com"><img src="http://img144.imageshack.us/img144/3654/untitled235kd.png" border=0></a>[/QUOTE]
It works!!!! :D Thank you so much. What was I doing wrong? |
|
|
|
|
#14 |
|
Hall Of Fame
Join Date: Jan 2006
Location: Not bababooey and I resent the implication
Posts: 21,029
|
You left out the "http://" part of the link. When the browser didn't see it, it assumed the url was relative to your current location and just appended it to the current location. So [url]http://thesportshookup.blogspot.com[/url] became [url]http://thesportshookup.blogspot.com/thesportshookup.blogspot.com[/url]. I wasn't sure if the blogspot software had pulled out the "http://" or not though..
|
|
|
|
|
#15 |
|
Hall Of Fame
Join Date: Jan 2006
Location: Not bababooey and I resent the implication
Posts: 21,029
|
Oh yea, feel free to PM me if you need any html help....
|
|
|
|
|
#16 |
|
Hall Of Fame
Join Date: Jul 2005
Location: Charlottesville, VA
Posts: 2,617
|
Thanks again.
|
|
|
|
|
#17 |
|
Hall Of Fame
Join Date: Jan 2006
Location: Not bababooey and I resent the implication
Posts: 21,029
|
No problem...
|
|
|
Bookmarks |
| Thread Tools | |
|
|