Rorkvell comes in two format variants: HTML 4.01 strict and XHTML 1.1. Both versions do no more have the former frames. So consequently Rorkvell does not have frames.

The page structure

Seitenstruktur

The page structure is quite simple: The page is subdivided into a header (id="head"), the navigation area (id="nav"), the main content container (id="main") and an optional footer (id="footer"). To achieve this there is no need for frames or tables. The navigation container has a limited width, dependent of the standard font size, and is pinned to the left side with float: left The main content container has an appropriate left margin (margin-left), and the footer is placed safely below both with clear: both. There is nothing more necessary to build this very simple but effective structure.