"HTML Errors
I would correct these before finding a solution to your problem. Sometimes correcting errors will fix the problem."
Thanks for your reply.
CSS3 validation:
It is throwing out my @media query and everything below it. What is below is basically what is above but with elements excluded or resized.
I got the @media from a post about building responsive websites and including the newer mobiles that have higher pixel counts (iphone 5 etc). IT does appear to work though!
If this is wrong I don't know how to correct it.
@media screen and (max-device-width: 599px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (max-device-width : 900px) {
HTML Validation
It is throwing out iframes as obsolete. I understand that but unfortunately facebook doesn't. The iframes are plug in codes from facebook for their like button etc. I presume that it can't be changed. If it can I don't know how.
The other errors are where I am changing the color of a number before a point. I don't know of a way to do this in my css file.
<p><font color="blue"> 1.</font> Receive this photographic bookmark</p>