Link exchange program with html code. How do I link an internet website to my personal webpage with html code?
28.July, 2009
I advertise on the internet and they want me to link my webpage to their webpage with an html code…Then they will list my website on their page..Thanks for all your help.I use geo cities page builder for my webpage.
You will need an editor to place the code that looks similar to this:
Text Linking:
<a href="http://answer.yahoo.com" title="Yahoo! Answer">Yahoo! Answer</a>
Image Linking
<a href="http://answer.yahoo.com" title="Yahoo! Answer"><img src="http://answer.yahoo.com/logo.gif" alt="Yahoo! Answer"></a>
More info is here
http://en.wikipedia.org/wiki/HTML
29.July, 2009 um 2:04 am
I think the code for linking is
<a href=locationofsite/nameofsite.html>click here to go to another site</a>
And the words click here to go to another site would be underlined. So its clickable and it takes you to another site. I think. But do make a backup. I’m a little bit rusty…
References :
29.July, 2009 um 2:24 am
You will need an editor to place the code that looks similar to this:
Text Linking:
<a href="http://answer.yahoo.com" title="Yahoo! Answer">Yahoo! Answer</a>
Image Linking
<a href="http://answer.yahoo.com" title="Yahoo! Answer"><img src="http://answer.yahoo.com/logo.gif" alt="Yahoo! Answer"></a>
More info is here
http://en.wikipedia.org/wiki/HTML
References :
http://pringlescomputec.com/
29.July, 2009 um 2:35 am
You give them:
<a href="http://www.geocities.com">MySite Name</a>
The "http://www.geocities.com" is what you have to type into the Internet Address bar to get to your web page.
References :
29.July, 2009 um 3:13 am
<a href="YOUR WEBSITE LINK">the name of your website</a>
That is how you do a basic link in html
References :