Co mam wstawić do pliku .css aby znikły przerwy między nagłókiem, a menu (z resztą dzieje się tak samo)?
Screen:
(IMG:
http://pictap.pl/di-X5EPRAKE.png)
index.php
<?php
require('main.php');
require (INC_DIR."config.inc.php");
include (PAG_DIR."header.php");
include (PAG_DIR."menu.php");
jakiś kod....
include (PAG_DIR."footer.php");
?>
header.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>witam</title>
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="revisit-after" content="" />
<meta name="robots" content="" />
<link rel="stylesheet" type="text/css" media="all" href="css/style.css" />
</head>
<body>
<div id="header">Naglowek</div>