kenloong98 schrieb: > ooh.. I don't follow all these. > What is it guys? Can do or not? Just in IE will do. > > regards > benc
sorry for the confusion, to summerize this thread, yes you can mix XHTML and SVG. to do it in... 1) ... Internet Explorer ( + ASV ) follow Schepers example http://schepers.cc/inlinesvg.html 2) ... Firefox/Mozilla, Opera, (Konqueror, Safari) you can do it like this <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>cdf test</title> </head> <body> <h1>SVG in HTML</h1> <svg xmlns="http://www.w3.org/2000/svg"> <rect x="0" y="0" widtzh="100" height="100"/> </svg> </body> </html> 3)... Sidewinder Web Applications Viewer a standalone App ( soon to be a plugin ) more info can be found here. http://www.formsplayer.com/content/index.html just download the preview, it comes with some usefull examples. http://www.formsplayer.com/download/swviewer-install.html if you have more specific questions concerning how to do things in Internet Explorer, im sure schepers can help you there. cheers Holger ----- 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/

