Adapting the design to the own homepage

 

A click on this option opens a window. In this window is a text field to which you can copy HTML code. Proceed as follows:

  1. Create a new homepage with your preferential HTML editor (front page, Dreamwaver, ...).
    (Of course you also can adapt an existing one...). Everything is allowed!! 
    IMPORTANT:: You must enter absolute paths for links and graphics (since this page is processed on our server).

  2. Go into the Source code view of your HTML editor and copy the complete (!!) code into the text field.

  3. Copy the dummy @LINKHITLIST@ to the position in the code where later the entries of the LinkHitList shall be displayed.

  4. You can optionally use further dummies: @LISTNAME@ will be replaced by the name of the LinkHitList, @DATE@ will be replaced by the actual date, @HOMEPAGE@ will be replaced by the URL of your homepage (taken from option 'Working on user date and LinkHitList designator', if changes occur here, you will not have to modify your page template additionally).

  5. Click on Preview!

  6. If in the previewed page doesn't match your expectation, go back with the 'Back' key of the Browser and change the HTML code.

  7. Save the setting.


   

TIP: Use Stylesheets for further-reaching text formattings. 
Further information on Stylesheets:SELFHTML by Stefan Münz.

Alles ist möglich, Metatags, Stylesheets, DHTML,...

TIPP: Influence the text color of the entries with the body-tag.
Example:black page background, white text, yellow link-text, orange visited-link-text

<html>
<head>
<title>
Testseite</title>
</head>
<body bgcolor=
"#000000" text="#FFFFFF" link="#FFFF00" vlink="#FFCC00"
>
</body>

Here a couple of particularly beautiful examples: