CSS Problem
#2
Hi,

so in etwa...?

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">

<title>Untitled</title>


<style type="text/css">
body {
background-color: #000000;
font-family: Verdana, Arial;
font-size: 12px;
color: #ffffff;
}

.content {
width: 95%;
}

.content td {
border: 1px solid #ffffff;
border-collapse: collapse;
width: 50%;
padding: 3px;
font-size: 11px;
color: #ffffff;
font-weight: bold;
}

.content td a {
color: #ff9900;
text-decoration: none;
}
.content td a:hover {
color: #ffffcc;
text-decoration: underline;
}



.footer {
width: 90%;
}

.footer td {
border: 1px solid #ffffff;
border-collapse: collapse;
width: 50%;
padding: 3px;
font-size: 11px;
color: #ffffff;
font-weight: bold;
}

.footer td a {
color: #ffffff;
text-decoration: none;
}
.footer td a:hover {
color: #ffffff;
text-decoration: underline;
}
</style>

</head>
<body>

<div align="center"><table cellspacing="0" cellpadding="0" border="0" class="content">
<tr>
    <td>Test für die neue Homepage



[url=#]Link 1[/url]


[url=#]Link 2[/url]



Die weißen Rahmen um die Tabellen werden natürlich entfernt. Ist nur zur begutachtung ;-)
</td>
</tr>
</table>


<table cellspacing="0" cellpadding="0" border="0" class="footer">
<tr>
    <td>Impressum</td>
    <td align="right">©2005 by [url=mailto:mail@volk-alex.de]Volk AlexanderE-Mail[/url]</td>
</tr>
</table></div>
</body>
</html>

Cu Helmut
Zitieren



Nachrichten in diesem Thema
CSS Problem - von Bonzai - 09.08.2005, 22:09
CSS Problem - von Helmut - 09.08.2005, 23:06
CSS Problem - von Jürgen - 09.08.2005, 23:24
CSS Problem - von Bonzai - 10.08.2005, 21:28
CSS Problem - von Jürgen - 10.08.2005, 22:59
CSS Problem - von Bonzai - 10.08.2005, 23:49
CSS Problem - von Jürgen - 11.08.2005, 00:04
CSS Problem - von Hulot - 11.08.2005, 00:20
CSS Problem - von Bonzai - 11.08.2005, 00:47

Möglicherweise verwandte Themen...
Thema Verfasser Antworten Ansichten Letzter Beitrag
  CSS und PHP Problem Leander 6 3.405 22.05.2008, 16:24
Letzter Beitrag: Leander
  Problem mit Javascript-Menu Ebba 9 2.886 14.12.2007, 14:33
Letzter Beitrag: Seramis
  Link Problem mit IE Mave 2 2.311 14.04.2007, 05:00
Letzter Beitrag: Mave
  Problem bei JAVA-Script in Menü Leiste...(VORSICHT ANFÄNGER) Andreas69 12 4.079 01.08.2005, 00:27
Letzter Beitrag: Andreas69
  Problem mit CSS Datei My Startgate 5 3.001 11.12.2004, 22:01
Letzter Beitrag: Hulot