Linking web sites

M

MyLLamaSite

I created a links page with sites similar to my web site. How do I create
the link so when they click on the other sites they are linked.
 
M

MD Websunlimited

Hi,

I'm not sure I fully understand the question but to link to another site is just like linking internally to your site.
 
A

Andrew Murray

you create links as you normally would.

from Insert menu, Hyperlink.

Instead of choosing a html file on your site, enter the URL of the site you want
to link to in the "address" field in the Hyperlink dialogue.

Or the code is

<a href="www.someothersite.com">Link to another site outside your site</a>
 
Top