Hi,
I hope I am posting to the right place. If not, please advise where I should post.
I have a web page which I got from http://tavmjong.free.fr/INKSCAPE/MANUAL/html/Web-Use.html The first example given there is what I took. The html file looks like (I have modified it so very slightly, but it works as expected):
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <?xml version="1.0"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>SVG Included with <object> tag in an XHTML File</title> </head> <body>
<h2>s o m e h e a d i n g</h2>
<object type="image/svg+xml" data="SampleFile.svg"> Browser does not support SVG files! </object>
</body> </html> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The data file SampleFile.svg is made by inkscape and what I am interested in doing now is to make a hyperlink out of the object tag.
Would someone please give me a tip? An example would be highly appreciated.
Thank you.
Regards,
Tena Sakai tsakai@...2019...