How do you create a hyper link in html?
4 posters
Page 1 of 1
Re: How do you create a hyper link in html?
There are two hyper links you could use
Text:
regards
Craig
Text:
- Code:
<a href="http://www.yourlinkhere.com">Your Text for the link here</a>
- Code:
<a href="http://www.yourlinkhere.com"><img src="http://www.yourimagelinkhere.jpg"></a>
regards
Craig
Guest- Guest
Re: How do you create a hyper link in html?
Placehold beat me to it again... *thinks of something to add* You could also center it by adding
- Code:
<div=align center>YOUR CODE STUFF HERE</div>
Re: How do you create a hyper link in html?
Well the Div code may not work, if you dont have the correct code to go with it , the text will automatically justify to the left
Is the easiest one to use
Regards
Craig
- Code:
<center></center>
Is the easiest one to use

Regards
Craig
Guest- Guest
Re: How do you create a hyper link in html?
Overuse of DIV's is characteristic of someone who doesn't know how to properly use semantic html. Things like this are properly used in CSS.

» How do we create a link to our HTML pages in our header?
» How TO Give Hyper link
» How to get rid off hyper link underline?
» Main title hyper link
» How to I create a referral link??
» How TO Give Hyper link
» How to get rid off hyper link underline?
» Main title hyper link
» How to I create a referral link??
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum