![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I get a number of xhtml validation errors on two pages in my website at www.designlink.co.uk/index.html [...] # Error Line 45 column 321: element "embed" undefined. ...w.macromedia.com/go/getflashplayer" /></embed |
#3
| |||
| |||
|
|
On Sat, 19 Nov 2005 12:44:30 +0000, Duncan wrote: I get a number of xhtml validation errors on two pages in my website at www.designlink.co.uk/index.html [...] # Error Line 45 column 321: element "embed" undefined. ...w.macromedia.com/go/getflashplayer" /></embed This is the error message indicating the cause of all your validation problems: there is no element 'embed' in the HTML 4.x (and thus XHTML 1.x) standard. If you want to be fully XHTML 1.x compliant, use the 'object' element instead, but beware that compatibility is limited on older browsers. http://www.htmlhelp.com/reference/ht...al/object.html Hth, -- Ben M. To reply directly, remove all occurrences of 'remove' from the email address. |
#4
| |||
| |||
|
|
I get a number of xhtml validation errors on two pages in my website # Error Line 45 column 321: element "embed" undefined. ...w.macromedia.com/go/getflashplayer" /></embed |
#5
| |||
| |||
|
|
"Duncan" wrote: I get a number of xhtml validation errors on two pages in my website # Error Line 45 column 321: element "embed" undefined. ...w.macromedia.com/go/getflashplayer" /></embed Here's a page you might find useful: http://www.alistapart.com/articles/flashsatay/ -- phil [dot] ronan @ virgin [dot] net http://vzone.virgin.net/phil.ronan/ |
![]() |
| Thread Tools | |
| Display Modes | |
| |