Question:

How do I disable html links, so that I can send the actual code to my friend?

by  |  earlier

0 LIKES UnLike

I want to send my friend the code to make her own links,

without actually having the link show up.

Is there anyway to diasble the html so I can do this?

 Tags:

   Report

4 ANSWERS


  1. Anytime you want to disable HTML code, use the character entity for '<'.

    & lt; (without spaces) = <

    If you are sending HTML code in an email, set the one you're sending to use Text Formatting.

    Ron


  2. If I understand your question correctly, you are trying to send

    <a href="mylink.html">My Link</a>

    but it always to out to be

    My Link

    with clickable link. To counter that, you can be creative and send it like this

    (a href="mylink.html")My Link(/a)

    then ask her to replace ( with < and ) with >.

    It is just one of many ways to get it done.

  3. simply remove  <a href="ur link"> this tag

    or

    change this tag to <a href="#">ur linked text</a>

  4. - Send it via Notepad document.

Question Stats

Latest activity: earlier.
This question has 4 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions