Hi Robby,

> Is the only way to embed SVG in html by using the embed Tag ??
> 
> I would like to know if there is a way to directly use 
> <svg xmlns:svg="http://www.w3.org/2000/svg"; width="1000" 
> heigth="120"> 
>   .... content of SVG image
> </svg>  
> 
> in the <body> html tag ??

I don't think (m)any browser can handle SVG by itself, but needs plugins of
some kind. If you include it directly the browser will either choke or
present the raw data as text.

Hope this helps.

Bye, Helma

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to