Web Guide  > webguide > 6. Construction > 6.7 Link management > 6.7c Absolute and relative links

6.7c Absolute and relative links

Policy

Links should be expressed as "absolute", for example:

<a xhref=http://www/etc

or "relative", for example:

<a xhref="img/picture.jpg"

Never refer to a local drive

<a xhref="c:/my document/etc"