(2) All links to journal pages or graphical elements should be relative links, here relative means that paths should be given relative to the home directory (the root of the journal directory tree).

Example: The home page of EEJ contains a link to the journal logo; this link should look as follows:

<img src=images/EEJ.gif>

because images/ is the path ~/EEJ/images/ relative to the home directory, the root of the journal directory tree.

Note: Absolute linking means that the URL is included in the link, such as in

forbidden: <img src=http://eej.foo.xx/images/EEJ.gif>

Caveat: In particular, all graphical elements have to reside on the same web server. If, for example, the journal's home page has the URL http://eej.foo.xx/, the images must not be under http://www.foo.xx/images/, even if www.foo.xx has the same IP number as eej.foo.xx.



Back