Hi,
ich habe jetzt mehre Bilder mit Links erstellt und habe diese bisschen verschoben. Jetzt habe ich das Problem , das Links neben dem Bild auch nochmal ein kleiner Strich ist, wo ich den Link nochmals öffnen kann. Ich habe mal ein Bild hochgeladen.
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title></title>
<meta name="author" content="Rafi">
<meta name="editor" content="html-editor phase 5">
</head>
<body>
<link href="design.css" type="text/css" rel="stylesheet" />
<a></a><a href="http://www.bild.de"><img src="android_platform.png" width="120" height="120" border="0" style="position:relative; top: 62px; left: 420px;"></img>
<a></a><a href="http://www.heise.de/"><img src="android_platform.png" width="120" height="120" border="0" style="position:relative; top: 62px; left: 430px;"></img>
<a></a><a href="http://www.tomshardware.de/"><img src="android_platform.png" width="120" height="120" border="0" style="position:relative; top: 62px; left: 440px;"></img>
<a></a><a href="http://www.pcgames.de/"><img src="android_platform.png" width="120" height="120" border="0" style="position:relative; top: 210px; left: 50px;"></img>
<a></a><a href="http://www.amazon.de/"><img src="android_platform.png" width="120" height="120" border="0" style="position:relative; top: 210px; left: 60px;"></img>
<a></a><a href="http://www.test.de/"><img src="android_platform.png" width="120" height="120" border="0" style="position:relative; top: 210px; left: 70px;"></img>
<br>
<a></a><a href="http://www.test.de/"><img src="android_platform.png" width="120" height="120" border="0" style="position:relative; top: 220px; left: 420px;"></img>
<a></a><a href="http://www.test.de/"><img src="android_platform.png" width="120" height="120" border="0" style="position:relative; top: 220px; left: 100px;"></img>
</body>
</html>
Alles anzeigen
CSS
Code
h1
{
color:Black;
letter-spacing:30px;
text-align:center
}
BODY
{
background-image: url(amazon.jpg);
background-repeat: no-repeat ;
border-style: hidden;
}
a
{
outline: none;
}
img{
border:2;
}
Alles anzeigen
Ich verstehe css nicht ganz. Erstell ich dort ein Objekt ,kann diesem ein beliebige Namen geben und dann in mein HTML einfügen? Oder muss ich in Html nix einfügen ??