Warum funktioniert das Style-Attribut nicht?

Status
Nicht offen für weitere Antworten.

Prophet05

Erfahrenes Mitglied
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  
  <html>
  	<head>
  		<title>Jan's Website</title>
  		<link rel="stylesheet" type="text/css" href="source/style.css">
  	</head>
  	<body>
  <a href="#" style="position:absolute;top:350;left:385;">Programmieren</a>
  <a href="#" style="position:absolute;top:57;left:339;">Webdesign</a>
  <a href="#" style="position:absolute;top:322;left:472;">Comedy</a>
  <a href="#" style="position:absolute;top:110;left:265;">Forum</a>
  <a href="#" style="position:absolute;top:249;left:527;">Mitglieder</a>
  <a href="#" style="position:absolute;top:197;left:235;">Gästebuch</a>
  	</body>
  </html>

Die Überschrift sagt glaube ich alles.
 
Status
Nicht offen für weitere Antworten.
Zurück