I found that the a xlink works in the code, but only in one section of the pictures i refered in the code below (exactly in the point where is located the objects) but is not working in the rest of the object.
So it means that <a xlink> don't work in a rotated image??? Is there another way to make it work? Thanks anyway. Travsam --- In [email protected], "jucabapa79" <[EMAIL PROTECTED]> wrote: > Hello everyone!!! > > I am trying to link some images to internet pages using <a xlink> > but i found some troubles trying to do it, I am intending to put the > image rotated because of the esthetic of my interphase but is not > working... > > Here is the code... > > <a xlink:href="email.jsp"> > <rect x="160" y="300" width="200" height="100" > transform="rotate(315,160,300)" style="fill: green; stroke: black;"/> > <text x="150" y="300" transform="rotate(315,190,180)" > style="text-anchor: start; font-weight: bold; font-size:19pt;">E- > mail</text> > </a> > > <a xlink:href="fax.jsp" target="fax.jsp"> > <rect x="460" y="600" width="200" height="100" > transform="rotate(315,550,540)" style="text-anchor: start; font- > weight: bold; font-size:20pt;">Fax</text> > </a> > > I don't know if rotated images can not be useful to use links > inside. Would anybody give me a suggestion? > > Greetings everyone and thanks. > > Travsam ------------------------ Yahoo! Groups Sponsor --------------------~--> Fair play? Video games influencing politics. Click and talk back! http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/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/

