--- In [email protected], Mark Christol <[EMAIL PROTECTED]> wrote: > > > hm > I had > AddType image/svg+xml svg > instead of > AddType image/svg+xml .svg > Now I get the text in the window of the html but still no image. > Anyway, that shouldn't really be an issue when I'm not using the server. > I found this > http://developer.mozilla.org/en/docs/SVG_in_Firefox_1.5#SVG_usage_situations > which indicates that I should use an embed tag in the html instead of an > img tag > But it still doesn't even open the SVG directly, whic it, apparently, > should. > > thanks > > Maek >
Another suggest: use the "object" tag because "embed" doesn't seem to be part of the HTML standard any more. Here's an example that uses "object" to include an SVG file in an XHTML document which works for FF1.5, Opera9 and MSIE6+ASV3: http://members.optusnet.com.au/khsoh/000e.xhtml -- Kam-Hung Soh http://kamhungsoh.blogspot.com - It Mostly Works http://members.optusnet.com.au/khsoh - Software That Mostly Works ------------------------ Yahoo! Groups Sponsor --------------------~--> Get to your groups with one click. Know instantly when new email arrives http://us.click.yahoo.com/.7bhrC/MGxNAA/yQLSAA/1U_rlB/TM --------------------------------------------------------------------~-> ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

