Okay, ich wag mich doch nochmal zu fragen.
Ich weiss nur nicht wie ich die ich die html-file hochlade.
Unten auf Datei anhängen, kommt da ein fehler, wie dadrunter auch steht.. Erlaubte Dateiendungen: gif jpg png txt zip bmp jpeg pdf
Im mozilla zeigt er mir das falsch an.. Also, er zeichnet mir die kästchen nicht.. Der hintergrundbild ist dafür verantwortlich...
Die html datei hab ich angehängt, aber hier mein code:
Villeicht jemand ne idee?
Ich weiss nur nicht wie ich die ich die html-file hochlade.
Unten auf Datei anhängen, kommt da ein fehler, wie dadrunter auch steht.. Erlaubte Dateiendungen: gif jpg png txt zip bmp jpeg pdf
Im mozilla zeigt er mir das falsch an.. Also, er zeichnet mir die kästchen nicht.. Der hintergrundbild ist dafür verantwortlich...
Die html datei hab ich angehängt, aber hier mein code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>beispiel</title>
<style type="text/css">
a.menu { display:block; width:130px; height:20px; background-color: #2F2F80; padding-left: 10px; color: white;
font-family: verdana; border-style: solid; border-width: 1px; text-decoration: none;}
a.menu:hover { text-decoration: none; background-color: #4A8ABF; color: black; }
div.leiste2
{
width: 760px;
height: 100px;
font-family: arial;
}
</style
>
</head>
<body>
<div class= "leiste2">
<img src="leiste2.gif" align="right" width= "760px" height= "41px">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#000000"
width="60%">
<tr>
<td width="10%">
<div style="padding: 10px; font-size: 10pt;">
<a class="menu" href="cfc_forderungsmanagement.php">Das Unternehmen</a>
</div>
</td>
<td width="10%">
<div style="padding: 3; font-size: 10pt;">
<a class="menu" href="leistungen.php">
Leistungen
</a>
</div>
</td>
<td width="10%">
<div style="padding: 3; color: black; font-size: 10pt;">
<a class="menu" href="news.php">
Presse
</a>
</div>
</td>
</tr>
</table>
</div>
</body>
</html>
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>beispiel</title>
<style type="text/css">
a.menu { display:block; width:130px; height:20px; background-color: #2F2F80; padding-left: 10px; color: white;
font-family: verdana; border-style: solid; border-width: 1px; text-decoration: none;}
a.menu:hover { text-decoration: none; background-color: #4A8ABF; color: black; }
div.leiste2
{
width: 760px;
height: 100px;
font-family: arial;
}
</style
>
</head>
<body>
<div class= "leiste2">
<img src="leiste2.gif" align="right" width= "760px" height= "41px">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#000000"
width="60%">
<tr>
<td width="10%">
<div style="padding: 10px; font-size: 10pt;">
<a class="menu" href="cfc_forderungsmanagement.php">Das Unternehmen</a>
</div>
</td>
<td width="10%">
<div style="padding: 3; font-size: 10pt;">
<a class="menu" href="leistungen.php">
Leistungen
</a>
</div>
</td>
<td width="10%">
<div style="padding: 3; color: black; font-size: 10pt;">
<a class="menu" href="news.php">
Presse
</a>
</div>
</td>
</tr>
</table>
</div>
</body>
</html>
Kommentar