Ampersand request for modders and templaters
Posted by Sergej
|
August 11, 2007 11:10AM |
Registered: 10 years ago Posts: 832 |
If possible keep the following in mind to put amersands "&" not like & but like "&".
This way it will always validate and you will not run into problems when in XML mode.
Why, well it can send browsers into quirks mode (Quirks mode refers to a technique used by some web browsers for the sake of maintaining backwards compatibility with web pages designed for older browsers, instead of strictly complying with W3C and IETF standards in standards mode.)
Also note that: "<" character in your page: you should escape it as "<"
It will make templating easier in case of javascripts etc as well
Thank you :-)
Sergej
------------------------------------------
^AU^ Assassins United
[www.assassinsunited.com]
------------------------------------------
Edited 1 time(s). Last edit at 08/11/2007 11:11AM by Sergej.
This way it will always validate and you will not run into problems when in XML mode.
Why, well it can send browsers into quirks mode (Quirks mode refers to a technique used by some web browsers for the sake of maintaining backwards compatibility with web pages designed for older browsers, instead of strictly complying with W3C and IETF standards in standards mode.)
Also note that: "<" character in your page: you should escape it as "<"
It will make templating easier in case of javascripts etc as well
Thank you :-)
Sergej
------------------------------------------
^AU^ Assassins United
[www.assassinsunited.com]
------------------------------------------
Edited 1 time(s). Last edit at 08/11/2007 11:11AM by Sergej.
Sorry, only registered users may post in this forum.