You are here: Home > Forum > Newbie's Corner > HTML Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
chastill



Joined: 14 May 2008
Posts: 58
Location: Louisiana

PostPosted: Sat Oct 04, 2008 11:29 pm    Post subject: HTML Reply with quote

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

PostPosted: Sat Oct 04, 2008 11:46 pm    Post subject: Re: HTML Reply with quote

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

PostPosted: Sun Oct 05, 2008 12:06 am    Post subject: Reply with quote

How do you put that in a Blog?
Back to top
Jim Hutchinson
Moderator


Joined: 17 Jan 2006
Posts: 572
Location: Iowa, USA

PostPosted: Sun Oct 05, 2008 12:13 am    Post subject: Reply with quote

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

PostPosted: Sun Oct 05, 2008 12:59 am    Post subject: Reply with quote

Thanks a Lot Jim as always you are a great help.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    NetProfitsToday.com Forum Index -> Newbie's Corner All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum