Posted by Toby A Inkster on 03/05/07 12:44
qualitychecker@free.fr wrote:
> <embed
Try validating. HTML has never had an element called EMBED -- it's a
proprietary element invented by Netscape.
Use OBJECT instead:
<object data="foo.svg" type="image/svg+xml">Alt text here</object>
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
Geek of ~ HTML/SQL/Perl/PHP/Python*/Apache/Linux
* = I'm getting there!
[Back to original message]
|