l cant write html code or write a link. 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.
+2
Karim Patron
micnag03
6 posters

    l cant write html code or write a link.

    avatar
    micnag03
    New Member


    Posts : 4
    Reputation : 1
    Language : English

    In progress l cant write html code or write a link.

    Post by micnag03 July 13th 2013, 11:06 pm

    pls each time i post with a link on html,it doesnt work out
    eg. <a href="http://www.bbc.com">click here<a/>
    i expected to see 'click here' instead all the code will appear that way.Pls i need your help
    .Thanks


    Karim Patron
    Karim Patron
    Forumember


    Posts : 55
    Reputation : 4
    Language : English, French, Arabic

    In progress Re: l cant write html code or write a link.

    Post by Karim Patron July 13th 2013, 11:47 pm

    the ending should be </a> and not <a/>

    Here

    Code:
    <a href="YOUR SITE URL HERE">Click Here</a>

    and remplace "YOUR SITE URL HERE" with the url


    Last edited by Karim Patron on July 14th 2013, 12:08 am; edited 1 time in total
    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    In progress Re: l cant write html code or write a link.

    Post by runawayhorses July 13th 2013, 11:53 pm

    micnag03 wrote:pls each time i post  with a link on html,it doesnt work out
    eg.   <a  href="http://www.bbc.com">click here<a/>          
    i expected to  see 'click here' instead all the code will appear  that way.Pls i need your help
    .Thanks


    Your ending <a/> is incorrect it should be like this </a>

    And you have too much space between the a and href <a  href. It should be one space between the a and href like this: <a href

    Those are the only problem I can see from your link,

    Copy your link like this and see if it works:

    Code:
    <a href="http://www.bbc.com">click here</a>
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51556
    Reputation : 3519
    Language : English
    Location : United States

    In progress Re: l cant write html code or write a link.

    Post by SLGray July 14th 2013, 4:36 am

    Is this solved?



    l cant write html code or write a link. Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    avatar
    micnag03
    New Member


    Posts : 4
    Reputation : 1
    Language : English

    In progress Re: l cant write html code or write a link.

    Post by micnag03 July 15th 2013, 9:39 pm

    pls thanks for ur concern.It didnt work.Pls i am new here.when i write and post with html code it just appear that way.

    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51556
    Reputation : 3519
    Language : English
    Location : United States

    In progress Re: l cant write html code or write a link.

    Post by SLGray July 15th 2013, 9:46 pm

    Is this solved as the complete icon has been used?



    l cant write html code or write a link. Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    In progress Re: l cant write html code or write a link.

    Post by runawayhorses July 16th 2013, 4:34 am

    micnag03 wrote:pls thanks for  ur concern.It  didnt work.Pls i am new here.when i  write  and post  with html  code it  just appear that way.

    Make sure you have HTML enabled in your forum settings and your profile settings.

    Go to AP>>General>>Configuration>>

    On that page tick the box "Allow HTML" and save your settings.

    Then go to your profile page under "Preferences" and find the box "Always allow HTML" and tick it to "Yes" and save your settings.
    kirk
    kirk
    Forumaster


    Male Posts : 11037
    Reputation : 653
    Language : English,Vulcan,Klingon, Romulan,& Gorn

    In progress Re: l cant write html code or write a link.

    Post by kirk July 17th 2013, 5:54 am

    the codes above should work as well.

    Here is this way for positioning.

    default left.
    Code:

    <a href="YOUR URL LINK HERE" class="postlink" target="_blank" rel="nofollow">CLICK HERE</a>

    Center
    Code:
    <div style="margin:auto;text-align:center;width:100%"><a href="YOUR URL LINK HERE" class="postlink" target="_blank" rel="nofollow">CLICK HERE</a></div>

    Right
    Code:
    <div align="right"><a href="YOUR URL LINK HERE" class="postlink" target="_blank" rel="nofollow">CLICK HERE</a></div>

    If using in post remember you always have the add link option in your editor tools. or if using the html in the post make sure your html is enabled as said and explained above Smile

    OH say you wanted to have a click-able image instead of the click-able text.
    then use this code below. you would place your direct image link where marked. then add that code in place of the text part of the codes above.
    meaning you would put the image code where it says CLICK HERE in the codes above Smile

    html image code
    Code:

    <img src="YOUR DIRECT IMAGE LINK HERE" border="0" alt="" />
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


    Male Posts : 6983
    Reputation : 457
    Language : EN, FR, ES
    Location : || CSS || HTML || Graphics Designs || Support ||

    In progress Re: l cant write html code or write a link.

    Post by Sir Chivas™ July 17th 2013, 6:35 am


    Hello,
    When your issue is solved, please mark it as l cant write html code or write a link. Solved10
    Click on the l cant write html code or write a link. Editer15button, select l cant write html code or write a link. Solved10 and click 'Send'.


    Cordially,

    Forumotion.