Topic: links from Webstyle 4

I just got Xara Webstyle 4.  How do I link a graphic from that program to my homepage (in HTML)?  I want people to be able to click on the graphic that says, "HOMEPAGE", and it will take them there.   I looked all over the Xara site, but didn't find an answer.

Re: links from Webstyle 4

Don't know it.  But the image needs to reside on your web site and to link it 

<a href="http://www...."><img src="your image's path" alt="Homepage"></a>

Re: links from Webstyle 4

thanks.  It worked.:)