Congratulations to AcaCandy on her 100,000th post!
There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
 
Tag Cloud
acer black screen blue screen boot bsod computer connection crash css dell driver drivers email error ethernet excel firefox firefox 3 hard drive internet internet explorer itunes laptop linux malware monitor motherboard network networking outlook outlook 2003 outlook 2007 outlook express partition password printer problem router slow software sound spyware trojan usb video virus vista windows windows xp wireless
Web Design & Development
Search
Search in:
 
Advanced Search
Tech Support Guy Forums > Internet & Networking > Web Design & Development >
Easy question


HELLO AND WELCOME! Before you can post your question, you'll have to register -- it's completely free! Click here to join today! We highly recommend that you print a copy of our Guide for New Members. Enjoy!

Closed Thread
 
Thread Tools
humbini's Avatar
Junior Member with 2 posts.
 
Join Date: Jul 2006
Location: Derby, England
Experience: Trying my best :)
28-Jul-2006, 05:31 AM #1
Easy question
big hello from sunny england!!!

Right then here goes...please let this be the place i can come and get help with my very basic site...please.

First up, i know how to link an email shortcut to text eg click on "contact me" put my problem is i would like to use an image instead and cant find how to do it anywhere??!!!!

Secondly, again an image but this time I need a link to add my site to the users favourites???

and why am i not alowed to have a sig??


thank you so much in advance
thecoalman's Avatar
Computer Specs
Distinguished Member with 2,503 posts.
 
Join Date: Mar 2006
Location: Pennsylvania
Experience: What's the shiny red button for? <click>
28-Jul-2006, 06:17 AM #2
Wrap the link around an image instead of text...

Code:
<a href="mailto:youraddress@yoursite.com"><img src="yourimage.jpg"></a>
To add to someones favorites you would need to use javascript... this is some old code I have in my editor library, you can probably find something better if you search for it in google.

Code:
[<script language="javascript">
<!--
if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4)) {

var url="http://www.yoursite.com";
var title="Your Title";

document.write('<A HREF="javascript:window.ext');
document.write('ernal.AddFavorite(url,title);" ');
document.write('onMouseOver=" window.status=');
document.write("'Add our site to your favorites!'; return true ");
document.write('"onMouseOut=" window.status=');
document.write("' '; return true ");
document.write('">Add our site to your favorites!</a>');
}
else {
var msg = "Don't forget to bookmark us!";
if(navigator.appName == "Netscape") msg += "  (CTRL-D)";
document.write(msg);
}

// -->
</script>
humbini's Avatar
Junior Member with 2 posts.
 
Join Date: Jul 2006
Location: Derby, England
Experience: Trying my best :)
28-Jul-2006, 06:20 AM #3
a million thanks, will have a play with it.

thanks again.

roberto
Closed Thread

THIS THREAD HAS EXPIRED.
Are you having the same problem? We have volunteers ready to answer your question, but first you'll have to join for free. Need help getting started? Check out our Welcome Guide.


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
WELCOME TO TECH SUPPORT GUY! Are you looking for the solution to your computer problem? Join our site today to ask your question -- for free! Our site is run completely by volunteers who help people like you solve computer problems. See our Welcome Guide to get started.



Thread Tools


You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 11:08 PM.
Copyright © 1996 - 2008 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Powered by Cermak Technologies, Inc.