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.
The forum of the forums
4 posters

    HTML question

    avatar
    hannes oth
    Forumember


    Posts : 44
    Reputation : 1
    Language : English

    Solved HTML question

    Post by hannes oth February 22nd 2012, 9:42 pm

    Hi! I have a question about HTML (I am going to use it in the sign). I want it to look like this:

    Click here for help!

    How do I make here click-able? I want it to redirect to the help page.

    Thanks!
    aRt)Y
    aRt)Y
    Forumember


    Male Posts : 97
    Reputation : 7
    Language : German
    Location : Germany

    Solved Re: HTML question

    Post by aRt)Y February 22nd 2012, 10:44 pm

    The image (if there even is one) doesn't show up for me (no link..?)
    For the clicking effect, simply add the <a href> (for link) like you would do it with BBcode just with html.
    bbcode should be something like
    Code:
    [url="link"][img]"img"[/img][/url]
    Code:
    <a href="help site here">html style here></a>
    Help for you: http://www.w3schools.com/html/html_links.asp
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    Solved Re: HTML question

    Post by ankillien February 23rd 2012, 5:18 pm

    Hi,

    If you want it on post, you can use BBCode like this...

    Code:
    [url=http://google.com/]Click here[/url] to visit google.

    or you can use HTML like this...

    Code:
    <a href="http://google.com/">Click here</a> to visit google.
    aRt)Y
    aRt)Y
    Forumember


    Male Posts : 97
    Reputation : 7
    Language : German
    Location : Germany

    Solved Re: HTML question

    Post by aRt)Y February 23rd 2012, 10:07 pm

    I believe this is what you want.
    Code:
    <a href="help site here" title="help site name here">html style here></a>
    If the user moves his mouse over the image, the title will appear.
    You can also replace the 'html style here' with an image code
    Code:
    <img src="img link">
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    Solved Re: HTML question

    Post by ankillien February 24th 2012, 3:07 am

    aRt)Y wrote:I believe this is what you want.
    Code:
    <a href="help site here" title="help site name here">html style here></a>
    If the user moves his mouse over the image, the title will appear.
    You can also replace the 'html style here' with an image code
    Code:
    <img src="img link">

    He wants a link, not an image.
    aRt)Y
    aRt)Y
    Forumember


    Male Posts : 97
    Reputation : 7
    Language : German
    Location : Germany

    Solved Re: HTML question

    Post by aRt)Y February 24th 2012, 6:26 pm

    ankillien wrote:He wants a link, not an image.
    I believe he should be able to remove it on his own since i only added it as an example. The result is the same (title appears).
    avatar
    hannes oth
    Forumember


    Posts : 44
    Reputation : 1
    Language : English

    Solved Re: HTML question

    Post by hannes oth February 24th 2012, 9:36 pm

    This is solved now, thank you Smile
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: HTML question

    Post by SLGray February 24th 2012, 10:44 pm

    hannes oth wrote:This is solved now, thank you Smile

    Topic Solved & Locked





    HTML question Slgray10

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

      Current date/time is September 23rd 2024, 3:35 am