Working on a site at the moment and my lovely layout work was being screwed up somewhere. Tracked it down to embedded HTML
once I cleaned it up to read
all the layout problems went away - AND I'll bet the site does better in the SERPS too with all that badly formed HTML removed.
Code:
Property:!!< <FONT SIZE=1 FONT COLOR="red" > >!! value !!< <FONT SIZE=1 FONT COLOR="green" > >!! property:!!< <FONT SIZE=1 FONT COLOR="red" > >!! value.!!< <FONT SIZE=1 FONT COLOR="green" > >!! property!!< <FONT SIZE=1 FONT COLOR="red" > >!! value !!< <FONT SIZE=1 FONT COLOR="green" > >!! property:!!< <FONT SIZE=1 FONT COLOR="red" > >!! value!!< <FONT SIZE=2 FONT COLOR="green" > >!! property: value !!< <FONT SIZE=5 FONT COLOR="green" > >!!
Code:
Property:!!< <FONT SIZE=1 COLOR="red" > value </FONT><FONT COLOR="green" > property:</FONT><FONT COLOR="red" > value.</FONT><FONT COLOR="green" > property </FONT><FONT COLOR="red" > value </FONT><FONT COLOR="green" > property:</FONT><FONT COLOR="red" > value</FONT><FONT COLOR="green" > property: value </FONT> >!!
Comment