Sorry about the subject-title!

The problem is this: Even though I use the same pagetop.php-file (look
below) on all my pages, they render differently. On some pages there
is a blank line above the header, on others there is a blank line
between the header and main-div, on others there are no blank lines
seperating the divs - as intended. When inspected with Firebug, it
looks like this (in the main window, html-mode): for all the pages
with the blank line above the header, Firebug places the link-tags
inside the body-tag instead of in the head-tag??

This is the header-template - I'm afraid it's not yet online. The
first two stylesheet are local copies of the similar-named YUI-css-
files; copied due to a few instances of failing internet-connection:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
<head>
    <title>Silkeborg Kommunearkiv</title>
        <link rel="stylesheet" type="text/css" href="/style/reset.css" />
    <link rel="stylesheet" type="text/css" href="/style/fonts.css" />
        <link rel="stylesheet" type="text/css" href="/style/style.css" />
    <meta http-equiv="content-type" content="text/html;
charset=utf-8" />
</head>
<body>
<div id="global">
        <div id="header">
                <h1>// Silkeborg Kommunearkiv</h1>
                <form method="get" action="/search/">
                <input type="text" name="search" id="search" />
                <input type="submit" value="Søg" />
                </form>
        </div>
        <div id="topmenu">
                <ul>
                        <li><a href="/">Forside</a></li>
                        <li><a href="/admin/">Administration</a></li>
                        <li><a href="/search/">Søg</a></li>
                        <li><a href="/register/">Registrer</a></li>
                        <li><a href="/login/">Login</a></li>
                        <li class="right"><a href="/about/">Om arkivet</a></li>
                </ul>
        </div>

<?php include 'sidebar.php'; ?>

--

You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/firebug?hl=en.


Reply via email to