How do you create a hyper link in html? Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
4 posters

    How do you create a hyper link in html?

    Perran
    Perran
    Forumember


    Posts : 83
    Reputation : 0
    Language : English

    How do you create a hyper link in html? Empty How do you create a hyper link in html?

    Post by Perran August 12th 2008, 10:40 pm

    Can some one please tell me?
    avatar
    Guest
    Guest


    How do you create a hyper link in html? Empty Re: How do you create a hyper link in html?

    Post by Guest August 12th 2008, 10:47 pm

    There are two hyper links you could use

    Text:
    Code:
    <a href="http://www.yourlinkhere.com">Your Text for the link here</a>
    Image:
    Code:
    <a href="http://www.yourlinkhere.com"><img src="http://www.yourimagelinkhere.jpg"></a>


    regards






    Craig
    Perran
    Perran
    Forumember


    Posts : 83
    Reputation : 0
    Language : English

    How do you create a hyper link in html? Empty Re: How do you create a hyper link in html?

    Post by Perran August 12th 2008, 10:48 pm

    Thanks so much
    avatar
    Guest
    Guest


    How do you create a hyper link in html? Empty Re: How do you create a hyper link in html?

    Post by Guest August 12th 2008, 10:49 pm

    Not a problem Very Happy

    Regards






    Craig
    Ryuku
    Ryuku
    Forumember


    Male Posts : 165
    Reputation : 14
    Language : English

    How do you create a hyper link in html? Empty Re: How do you create a hyper link in html?

    Post by Ryuku August 12th 2008, 10:51 pm

    I believe you can try it out here...Link
    fireflare77
    fireflare77
    Forumember


    Male Posts : 161
    Reputation : 0
    Language : Cockne, English

    How do you create a hyper link in html? Empty Re: How do you create a hyper link in html?

    Post by fireflare77 August 12th 2008, 11:58 pm

    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>
    if you want that kind of thing...
    avatar
    Guest
    Guest


    How do you create a hyper link in html? Empty Re: How do you create a hyper link in html?

    Post by Guest August 13th 2008, 12:01 am

    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

    Code:
    <center></center>

    Is the easiest one to use Razz

    Regards






    Craig
    avatar
    Saurus
    Forumember


    Male Posts : 789
    Reputation : 10
    Language : english
    Location : NY

    How do you create a hyper link in html? Empty Re: How do you create a hyper link in html?

    Post by Saurus August 13th 2008, 12:31 am

    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.
    Perran
    Perran
    Forumember


    Posts : 83
    Reputation : 0
    Language : English

    How do you create a hyper link in html? Empty Re: How do you create a hyper link in html?

    Post by Perran August 13th 2008, 9:45 pm

    Well thanks guys I really apreciete help Very Happy