Click to See Complete Forum and Search --> : More errors


rlinsurf
07-24-2009, 09:26 PM
Here's my page again:

http://charlesnewmanpubl.com/catalog.html

I'm getting the following errors:

Line 43, Column 15: Attribute "STYLE" is not a valid attribute. Did you mean "style"?

I'm getting the same thing for "ID", "SRC", and "IFRAME".

Here's Line 43

<iframe style="border: 0pt none ; float:left;margin-left:215px;display: none; width: 400px; height: 27px;" id="mp3Holder" src="http://www.google.com/reader/ui/3247397568-audio-player.swf?audioUrl=http://charlesnewmanpubl.com/audio/mp3s/cd1/Sweethearts_On_Parade_LA1.mp3&amp;autoPlay=true"></iframe>

Charles
07-25-2009, 07:37 AM
the IFRAME element is depricated and so you would have to use a transitional DTD. However, since your page is tag soup anyway, don't worry about it.

6StringGeek
07-25-2009, 09:00 AM
Sounds like he is interested in fixing the issues. I think that counts for something. Don't be so dismissive Mr. Grumpy.

Dude, just change your doctype and then work the rest of the errors. Or, if you want to you could redo your page without the iframes.

Charles
07-25-2009, 04:44 PM
And get rid of the TABLE layout, and properly use the "alt" attribute. Without those two valid HTML is pretty much useless.