logo

Personal tools
Vasudeva Plone Basics Linking to other pages in Plone
Document Actions

Linking to other pages in Plone

Here we discuss how to create links in reStructured text and HTML, as well as giving tips as regards the format of Plone links.

There are two kinds of links: links to pages on the same website (internal links) and links to pages outside the site (external links)

Linking in reStructuredText

For a once-off link, it's quickest to write:

`Some Web Address <http://www.website.com>`__

To link the same word several times:

This is how i create the link `Vasudevaservice`_ in my text.
And I only need to specify the target once:

.. _`Vasudevaservice`: http://www.vasudevaservice.com

For more read the reStructured Text primer on our blog....

Linking in HTML:

The code is very simple:

<a href="(URL of link)">(Text of link)</a>

Linking in Kupu

You can read the kupu documentation ....

Copy and Paste

When adding links (especially long ones) it is best to use copy and paste; if you type it you will probably make a mistake at some point. A tabbed browser like Firefox or Safari is useful for this because you can copy the link in one tab and paste it in the other.

page created by Shane Magee last modified 2006-10-02 13:08