This is the H2

This is The Grid, the first free website template from andreasviklund.com which is built upon a CSS grid system. Inspired by the 1KB CSS Grid and other systems, The Grid template has a 12-column grid based on 60 pixels wide columns with 20 pixels of space inbetween. To use the grid, you create a div with the class="row" and then place any number of divs with class="col" and a second class stating the width of the column (c1-c12) inside the row. The Grid supports nested rows which means that thousands of layout combinations can be created, from single-column pages to advanced magazine-style layouts. The template uses standards-compliant code.

Troubleshooting CP Login Issues with EE 1.6.x

Question: I’m having problems logging into my EE 1.6.x control panel. Are there any config.php settings I can change to help troubleshoot the problem?

Try adding/modifying the following:

$conf['secure_forms'"n";
$conf['cookie_domain'".example.com";
$conf['cookie_path'"";
$conf['cookie_prefix'"";
$conf['admin_session_type'"c";
$conf['require_ip_for_login'"n";
$conf['require_ip_for_posting'"n"

You may also need to set admin_session_type to s instead of c. (Sessions only instead of Cookies Only.)
Replace .example.com with the real name of your domain.