| View previous topic :: View next topic |
| Author |
Message |
chastill
Joined: 14 May 2008 Posts: 58 Location: Louisiana
|
Posted: Sat Oct 04, 2008 11:29 pm Post subject: HTML |
|
|
| I am trying to learn HTML so when someone clicks on certian words it goes to my website. Example: The Iron Roughneck when you click on it goes to my URL. How do you do that exactly? |
|
| Back to top |
|
 |
Jim Hutchinson Moderator
Joined: 17 Jan 2006 Posts: 572 Location: Iowa, USA
|
Posted: Sat Oct 04, 2008 11:46 pm Post subject: Re: HTML |
|
|
Hi Chastill
The basic code for hyperlinking a word or phrase is
| Code: | | <a href="http://www.superaffiliatehandbook.com" />Get the Super Affiliate Handbook Today!</a> |
Now you can expand on that by using the title tag so when someone hovers their mouse over the link,
a small tip balloon pops up with more explanation of what they will find when clicking that link.
Example using the above link:
| Code: | | <a href="http://www.superaffiliatehandbook.com" title="Visit this site to learn more about the Super Affiliate Handbook and build your affiliate business from the beginning to the next level" />Get the Super Affiliate Handbook Today!</a> |
Hope that makes sense. You can learn more about the basic HTML codes at W3 Schools |
|
| Back to top |
|
 |
chastill
Joined: 14 May 2008 Posts: 58 Location: Louisiana
|
Posted: Sun Oct 05, 2008 12:06 am Post subject: |
|
|
| How do you put that in a Blog? |
|
| Back to top |
|
 |
Jim Hutchinson Moderator
Joined: 17 Jan 2006 Posts: 572 Location: Iowa, USA
|
Posted: Sun Oct 05, 2008 12:13 am Post subject: |
|
|
| In a blog you highlight the text and on the button bar you should see an icon that looks like a chain link. Click that icon and a box will pop up with all your options for that link. |
|
| Back to top |
|
 |
chastill
Joined: 14 May 2008 Posts: 58 Location: Louisiana
|
Posted: Sun Oct 05, 2008 12:59 am Post subject: |
|
|
| Thanks a Lot Jim as always you are a great help. |
|
| Back to top |
|
 |
|