Hi
I am using
<PRE>
..... some text which contains..
.. cText&cText
</PRE>
These texts are code samples under VFP language and stands for macro substitutions. The intention is to allow users to copy the proprame code as it is and paste in their codes. However, it appears it is clashing with HTML standards.
While I do not see any errors in my browser and all appears OK, the code validation as per HTML 4 standards returns errors. (code validation done in site.. (W3C markup validation) )
SO how can I show, for example "cText&cText" as cText&cText without being caught as error.
Thanks
ramani
(Subramanian.G),FoxAcc, ramani_g@yahoo.com
I am using
<PRE>
..... some text which contains..
.. cText&cText
</PRE>
These texts are code samples under VFP language and stands for macro substitutions. The intention is to allow users to copy the proprame code as it is and paste in their codes. However, it appears it is clashing with HTML standards.
While I do not see any errors in my browser and all appears OK, the code validation as per HTML 4 standards returns errors. (code validation done in site.. (W3C markup validation) )
SO how can I show, for example "cText&cText" as cText&cText without being caught as error.
Thanks
ramani
(Subramanian.G),FoxAcc, ramani_g@yahoo.com