View Full Version : I have a question!!
Geforc3
01-23-2003, 02:25 PM
I'm going to make a website with html and css tutorials!! but how can you show the visiters the code without that is getting coded by the browser??
like de bbcode code here but then for html pages??
ByteWizard
01-23-2003, 05:56 PM
Read a good tutorial on HTML to learn how to quote blocks of text without interpretation.
Geforc3
01-25-2003, 01:20 PM
thnx i found somethings!!! I can use it now :D
Zero Angel
01-27-2003, 12:57 PM
I just highlight the area and use my web editor's 'Convert <,> to &lt;,&gt;' function, and my browser will display angle brackets without interpreting them.
For example, instead of coding <br>, I'd code &lt;br&gt;
To simplify coding, i'd also use an already existing element <pre> and just adjust the style for it.
vBulletin® v3.7.2, Copyright ©2000-2009, Jelsoft Enterprises Ltd.