W3C's HTML Validator is giving me an error that there are two content attributes. I thought myself that having two looked funny, but I can't seem to get it all working using a single content attribute.
I am currently using this:
<META content="3; url=delivery/" content="charset=windows-1252; text/html" http-equiv="refresh">
I tried this, but it wasn't valid:
<META content="3; url=delivery/; charset=windows-1252;text/html" http-equiv="refresh">
I also tried using two META elements, but the validator still gives an error that there are two content attributes.
Does anyone have an idea?