HTML elements 'strike' and 'center' are deprecated. The trouble is that if you want to be strict you have to do more typing, e.g. use
for striked out texts
instead of just clicking just one button in PFF plugin.
Getting rid of the deprecated 'center' used at the footer is easy, just added
#footer {
....
text-align:center;
...
to the CSS for #footer
No comments:
Post a Comment