Results 1 to 2 of 2

Thread: How to comment link-url- and text ? html ?

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2001
    Posts
    13

    Smile How to comment link-url- and text ? html ?

    Subject: How to comment link-url- and text ? html ?

    Hi

    I want to learn to build the code
    if you can help me with a short code example would be great.

    Ho to comment out url http:// link and text in your html code
    to display on the page.
    See this is where the comment out the http:// comment
    it out so that wont click the link and jump to that site
    i was showing some one how to build there page with
    putting my link at the top, i want it to be commented out but
    i want it when i view the web page to see the link view as a
    comment not a link. example, i want to
    display the code in the web page but i don't want the links
    to work i just want them to see my code the whole
    bite all line for line as text displayed on the web page
    how can i do this.



    I also want to learn to build a text box to display the code
    if you can help me with a short code example would be great.
    How to build a textbox on your web page, do i use <Form> ?
    <Form Text>
    <- below is the text i want to display in the textbox.->

  2. #2
    PowerPoster sail3005's Avatar
    Join Date
    Oct 2000
    Location
    Chicago, IL, USA
    Posts
    2,340
    Ok, not quite sure what you are asking, but here goes..

    1) You can use <PRE></PRE> tags to display non rendered monospaced code.

    2) Do it like this:

    Code:
    <form>
    <textarea></textarea>
    </form>

    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width