HTML Code that links to another site wihout showing as a link (within text)???

by derh
2 replies
Anybody know this code??
#code #html #link #links #showing #site #text #wihout
  • Profile picture of the author gpetrioli
    If with 'without showing' you mean in a visible way then you can style it with css rules..

    use the style attribute like this
    HTML Code:
    <a href="http://www.somedomain.tld" style="text-decoration:none;color:#...">text</a>
    and change the color in there to what your normal text is
    {{ DiscussionBoard.errors[2803483].message }}
  • Profile picture of the author jernej
    you could also use jquery's onclick to detect a certain part of your text being clicked and then redirect.

    perhaps if we knew what you were trying to do specifically, we could help you better?
    {{ DiscussionBoard.errors[2805901].message }}

Trending Topics