
18 May
2014
18 May
'14
4:48 p.m.
On Sun, May 18, 2014, at 08:13 AM, john Culleton wrote:
I want to set up a relative link within a svg-based website. Here is the code I have now: <a xlink:href="http://../WEB00.svg" id="a3040"> <rect y="839.75012" x="257.37564" height="91.428574" width="282.85715" id="rect3009" style="fill:#ffff00;fill-opacity:1" /> </a>
For a relative link in general (e.g. in HTML pages), the syntax would be only "../WEB000.svg". The browser gets the http:// and server from the base location of the page it has loaded. It drops the current filename part and then appends your relative link text.
--
Jon A. Cruz
jon@...18...