- priority: 5 --> 8
Site "links" should be managed via an edit field that
will allow the user to enter in "marked up" titles and
urls. These items will be rendered wherever the
"renderLinks" custom tag is placed. The format
-Title-
...will render a <h1> type title. The format:
Link
text|http://www.server.com/link/|http://www.server.com/link/image.jpg
...will render a hyperlinked image and string.
Leaving off either the link text such as:
|http://www.server.com/link/|http://www.server.com/link/image.jpg
...will simply render a hyperlinked image, similarly
the format:
Link text|http://www.server.com/link|
...will render a simple text hyperlink.
Image and link properties can be handled using the CSS,
but the CSS class can be added onto the end making a
fourth | delimited item.