Also ich würd gern erstmal allgemein die meinung wissen zu dem quelltext .
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>10</title>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/Strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><script src="http://1.2.3.4/bmi-int-js/bmi.js"language="javascript"></script>
<meta name="Author" content="Thomas Pehlgrim" />
<meta name="description" content="Layouten ohne Tabellen, CSS 4 You - The Finest in Stylesheets: Workshops und Referenzen zu CSS" />
<meta name="keywords" content="Tabellenloses Layout, ohne Tabellen, CSS 4 You, CSS for You, CSS 1, CSS 2, CSS Level 1, CSS Level 2, Cascading Stylesheets, Referenz, Gestaltung ohne Tabellen, tabellenloses Design, div zentrieren" />
<link rel=stylesheet type="text/css" href="test.css">
</head>
<body>
<table border="0" width="100%" id="table1" height="100%" cellspacing="0">
<tr>
<td width="128" background="Lisa/Grafik/tool2.gif">
</td>
<td height="80"><div id="title" style="width: 481px; height: 178px">
</div>
</td>
<td height="96" width="126" background="Lisa/Grafik/tool.gif">
</td>
</tr>
<tr>
<td width="128" height="100%" background="Lisa/Grafik/tool2.gif">
<div id="left" style="clear:right; width:122px; height:231px"> <h2>
Home
<a href="projektbeispiele.htm" class="navlink">
Projektbeispiele</a>
Jobangebote
</h2></div></td>
<td><div id="content" style="width: 543px; height: 332px">
</td>
<td width="126" height="100%" background="Lisa/Grafik/tool.gif">
</td>
</tr>
</table>
</body>
</html>
2. wie bekomm ich die grafik bis an den rand?
ich habe immer ein paar mm abstand selbst wenn ich nur div verwende kommt es auf das selbe heraus.
hier noch die css dazu
body
{
font-family:Verdana;
font-size:12px;
background-color:#000000;
}
h1 {font-size:15px;color:#FF9900;margin-bottom:2px;margin-left:1px;margin-top:15px}
h2 {font-size:16px;color:#000000;}
h3 {font-size:14px;color:#000000;}
p {margin-top:0px;}
code {font-size:14px;color:#0000ff;}
pre
{
font-size:14px;
color:#0000ff;
padding:5px;
}
a:link, a:visited, a:active, a:hover
{
text-decoration:none;
font-weight:bold;
color:#ffffff;
font-size:13px;
}
a:active, a:hover
{
text-decoration:underline;
}
#title {
height:34px;
padding:5px;
border-bottom:1px solid #000000;
margin-bottom:10px;
}
#left, #right {
width:14%;
line-height:18px;
}
#left {
float:left;
}
#right {
float:right;
}
.menutitle
{
font-weight:bold;
border-top:1px dashed #000000;
margin-top:15px;
}
#content {
float:left;
width:66%;
margin-left:3%;
}