Her er min index.php
<html>
<head>
<title>2Dev - Gratis software</title>
<link rel="stylesheet" type="text/css" href="css/style.css" />
</head>
<body bgcolor="#FFFFFF">
<table width="800" height="90%" align="center" cellspacing="0" cellpadding="0">
<tr height="145" align="left" valign="top"><td><img src="images/2dev.jpg" alt="logo" /></td></tr>
<tr align="left"><td class="menu"><? include("menu.php"); ?></td>
<tr height="100%" align="left" valign="top"><td class="page">
<p class="h1">Velkommen til 2Dev<p>Test</p></p>
</td>
</table>
<table width="800" align="center" cellspacing="0" cellpadding="0">
<tr height="30"><td><p align="center">Copyright - 2Dev - 2004</td></tr>
</table>
</body>
</html>
og min style.css
p
{
color: #707070;
font-family: Tw Cen MT;
}
p.h1
{
color: #3D3D3D;
font-weight: bold;
font-size: 26;
}
p.h2
{
color: #3D3D3D;
font-weight: bold;
font-size: 19;
}
table
{
background-color: #EEEEEE;
border-style: dashed;
border-width: 1px;
border-color: #000000;
}
td.menu
{
background-color: #FFFFFF;
border-style: dashed;
border-width: 1px 0px 1px 0px;
padding: 3px;
}
td.page
{
background-color: #EEEEEE;
padding: 20px;
}
-------------------------------------------------------
Jonas (Decko)
-------------------------------------------------------