Sarah_000
06-17-2004, 11:47 PM
I read the page on lissaexplains but I don't get it... I want this to show up on my site <a href="LINK.html" target="Main">Link</a>
|
View Full Version : How do I get HTML text to show up. Sarah_000 06-17-2004, 11:47 PM I read the page on lissaexplains but I don't get it... I want this to show up on my site <a href="LINK.html" target="Main">Link</a> HermioneLovegoo 06-18-2004, 12:40 AM I don't really get what your asking, but I'll do my best to answer it. Are you asking how to put a link on your site? Then just copy and paste that where you want the link to go, change the "LINK.html" to "thesiteyouwanttolinkto.com", and it should work. Hope that helped :) dolce shanti 06-18-2004, 12:57 AM The easiest way (I think) is just to write <xmp> CODE HERE </xmp> That's what you were asking about, correct? :) Sarah_000 06-18-2004, 01:47 AM Acually I am asking how I can show HTML code on my website. but the xmp code worked! THANKS a bunch!! :) pb&j 06-18-2004, 05:02 AM as an alternative... < will create the < bracket. > will create the > bracket. skyjuice 06-18-2004, 06:45 PM or you could do it in a box <textarea rows="4" name="FormName" cols="27">Text Here ... dolce shanti 06-21-2004, 02:13 AM If you use the textarea idea, you have to end it with </textarea> ... if not, your whole page code from where you began the textarea on out will be in the box :) |