hi!
habe meine seite so aufgebaut, dass ich einen oberen frame fürs menue habe und dann einen mittleren für den inhalt.
beide frameinhalte sollen zentriert angezeigt werden
jetzt habe ich aber das problem, dass die tabelle des hauptframes nicht 100% zentriert wird und so unter das menue passt. wodran kann das liegen?
http://rfccha.blu.livefilestore.com...2pjb6MBPnC87NOWtVo6VT1X_gfOT5MGuQ/tabelle.jpg
den code für beide tabellen:
oberes frame:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title></title>
<meta name="author" content="ps">
<meta name="editor" content="html-editor phase 5">
<style type="text/css">
a:link { font-weight:bold; color:white; text-decoration:none; }
a:visited { font-weight:bold; color:silver; text-decoration:none; }
a:focus { font-weight:bold; color:red; text-decoration:underline; }
a:hover { font-weight:bold; color:white; text-decoration:underline; }
a:active { font-weight:bold; color:lime; text-decoration:underline; }
</style>
</head>
<basefont face="arial" size="2"><b>
<body text="#FFFFFF" bgcolor="#FFFFFF" link="#FFFFFF" alink="#FF0000" vlink="#FF0000">
<center>
<table width="900" border="0" bgcolor="#FFFFFF" cellpadding="0" cellspacing="0">
<tr>
<td background="gfx/header_1.jpg" height="80"> </td>
</tr>
<tr>
<td background="gfx/header_menue.jpg" height="25"><p align="left"><a href="main.html">Start</a> || <a href="main.html">Aktuelles</a> || <a href="main.html">Wir über uns</a>
|| <a href="main.html">Unsere Einrichtung</a> || <a href="main.html">Lageplan</a> || <a href="main.html">Kontakt</a> || <a href="main.html">Impressum</a></td>
</tr>
</table>
</center>
</body>
</html>
main frame:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title></title>
<meta name="author" content="ps">
<meta name="editor" content="html-editor phase 5">
</head>
<body>
<font face="ARIAL" size="-1">
<center>
<table width="900" height="100%" bgcolor="F5F5F5" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>WILLKOMMEN</td>
</tr>
</table>
</center></font>
</body>
</html>
danke schonmal!
habe meine seite so aufgebaut, dass ich einen oberen frame fürs menue habe und dann einen mittleren für den inhalt.
beide frameinhalte sollen zentriert angezeigt werden
jetzt habe ich aber das problem, dass die tabelle des hauptframes nicht 100% zentriert wird und so unter das menue passt. wodran kann das liegen?
http://rfccha.blu.livefilestore.com...2pjb6MBPnC87NOWtVo6VT1X_gfOT5MGuQ/tabelle.jpg
den code für beide tabellen:
oberes frame:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title></title>
<meta name="author" content="ps">
<meta name="editor" content="html-editor phase 5">
<style type="text/css">
a:link { font-weight:bold; color:white; text-decoration:none; }
a:visited { font-weight:bold; color:silver; text-decoration:none; }
a:focus { font-weight:bold; color:red; text-decoration:underline; }
a:hover { font-weight:bold; color:white; text-decoration:underline; }
a:active { font-weight:bold; color:lime; text-decoration:underline; }
</style>
</head>
<basefont face="arial" size="2"><b>
<body text="#FFFFFF" bgcolor="#FFFFFF" link="#FFFFFF" alink="#FF0000" vlink="#FF0000">
<center>
<table width="900" border="0" bgcolor="#FFFFFF" cellpadding="0" cellspacing="0">
<tr>
<td background="gfx/header_1.jpg" height="80"> </td>
</tr>
<tr>
<td background="gfx/header_menue.jpg" height="25"><p align="left"><a href="main.html">Start</a> || <a href="main.html">Aktuelles</a> || <a href="main.html">Wir über uns</a>
|| <a href="main.html">Unsere Einrichtung</a> || <a href="main.html">Lageplan</a> || <a href="main.html">Kontakt</a> || <a href="main.html">Impressum</a></td>
</tr>
</table>
</center>
</body>
</html>
main frame:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title></title>
<meta name="author" content="ps">
<meta name="editor" content="html-editor phase 5">
</head>
<body>
<font face="ARIAL" size="-1">
<center>
<table width="900" height="100%" bgcolor="F5F5F5" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>WILLKOMMEN</td>
</tr>
</table>
</center></font>
</body>
</html>
danke schonmal!