On Jan 8, 2:48 pm, Jorge Chamorro <[EMAIL PROTECTED]> wrote:
> Safari's debug console on my iPhone says :
>
> "HTML error on line 31 : unmatched </embed> encountered. Ignoring tag."
>
> But looking at the source code, it seems to be properly closed... ???
Embed is an empty tag; it has no close tag, only an opening tag. If
you use XHTML, you have to write it as <embed ... />; for HTML,
<embed ...> alone is fine.
- ∞
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"iPhoneWebDev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/iphonewebdev?hl=en
-~----------~----~----~----~------~----~------~--~---