I have cms set up on a website for the owner to post images and text. I am building a help page to show him how to insert images via html. I need to show an example of the actual code of an image. How can I do this?
hexdj
7:11 pm on Aug 8, 2005 (gmt 0)
Just wrap whatever HTML code u want him to read inside a <pre> tag (it can be any tag you want) that way he will see it as regular readable text and the browser won't process that code.
Deep_Woods
8:35 pm on Aug 8, 2005 (gmt 0)
It will work like that but it won't let me add the < and > to the html code...when I add the brackets it shows an image placemat.
?
hexdj
8:45 pm on Aug 8, 2005 (gmt 0)
to insert a "<" you will have to type in: <
and for ">" type > in YOUR html code
that should do the trick, the ampersand and the semi-colon are both required
aaronpaul
8:46 pm on Aug 8, 2005 (gmt 0)
You can replace the "<" and ">" with the ASCII code for those characters.