View Single Post
Old 04-12-2013, 08:27 AM  
Stephen
Consigliere
 
Industry Role:
Join Date: Feb 2003
Posts: 1,771
Quote:
Originally Posted by PornoMonster View Post
the &amp is inserted when people use programs like Front Page to insert Links. If they would do it in Notepad it would be fine.
I code by hand in a text editor (EditPlus) and am very serious about HTML and CSS validating (if you don't get the "green" you suck and/or are lazy)

One thing that breaks validation is an unescaped ampersand ( & ) instead of & -- a problem I typically ran into with CCBill links -- but swapping out proper code (using &) should not change a link, unless something is being parsed by a script on the backend...

& is the correct usage
Stephen is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote