Linking web sites

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
Hi,

I'm not sure I fully understand the question but to link to another site is just like linking internally to your site.
 
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>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top