HTML Help--how do you share html code?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sethseekstruth
    Confirmed User
    • Mar 2004
    • 588

    #1

    HTML Help--how do you share html code?

    Ok, I know this is basic, I have a banner I made for link swapping for my cuck site...so i want people to be able to cut and paste the code..so how do i put the code on a page that someone could copy to have the link and banner, with out the banner itself apperaing on the page?

    In other words, i want to say "Just cut and paste the following code:" and have the code appear in cut and apastable form..there must be a simple way or tag to do it..but i cant figure it out.

    Please help
    https://www.niteflirt.com/pid/12631704
  • Lycanthrope
    Confirmed User
    • Jan 2004
    • 4517

    #2
    You could use a simple form:

    <FORM>
    <TEXTAREA ROWS="2" COLS="55"><A HREF="http://www.domain.com"><IMG BORDER="0" SRC="http://www.banner.url"></A></TEXTAREA>
    </FORM>

    Comment

    Working...