Hi
I have just discovered SVG graphics and like the functionality of it. However I would like to incorporate this in this in a web page I am building. However the entire page cannot be .svg, it needs to sit in a html page.
So for example I have a page called test.svg with the following code.
<?xml version="1.0" encoding="iso-8859-1"?>
<svg width="800" height="300">
<circle cx="20" cy="50" r="20" x="50" y="50" style="fill:red" />
</svg>
I need to set in a .html page, im not sure how to do this or it possible. Also I would be grateful for any bodies views on SVG.... how compatible is it, and would you recommend using it in a site.
Many thanks in advance
Indy
PS By the way I cant use flash to do the functionality as my audience does not have a flash player installed
I have just discovered SVG graphics and like the functionality of it. However I would like to incorporate this in this in a web page I am building. However the entire page cannot be .svg, it needs to sit in a html page.
So for example I have a page called test.svg with the following code.
<?xml version="1.0" encoding="iso-8859-1"?>
<svg width="800" height="300">
<circle cx="20" cy="50" r="20" x="50" y="50" style="fill:red" />
</svg>
I need to set in a .html page, im not sure how to do this or it possible. Also I would be grateful for any bodies views on SVG.... how compatible is it, and would you recommend using it in a site.
Many thanks in advance
Indy
PS By the way I cant use flash to do the functionality as my audience does not have a flash player installed