Mario348
Neues Mitglied
Ich möchte gerne diesen Farbverlauf
hier einbinden:
Habe den Code bereits im <head> und im <body> platziert, geschehen tut jedoch nichts !
Ausserdem möchte ich alle Bilder untereinander haben, jedoch mit Abstand !
Hab's mal mit .css versucht, was jedoch auch nicht funktioniert:
Code:
<defs>
<linearGradient id="farbverlauf2">
<stop offset="0%" stop-color="#ffd700" />
<stop offset="100%" stop-color="#ff0000" />
</linearGradient>
</defs>
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" type="text/css" href="navigation.css">
<link rel="shortcut icon" href="http://www.arudc.ch/favicon.ico">
<meta name="keywords" content="Downloads, Tips, neuste RADEON-Grafikkartentreiber, Windows Vista-Infos, Viren und Malware, Stressabbau-Downloads , Musik, Browser-Downloads , Webradio, Gästebuch, Maps, Remote">
<meta name="description" content="Kostenlose Downloads und Tips für den PC. Rubriken: neuste RADEON-Grafikkartentreiber, Windows Vista-Infos, Viren und Malware, Stressabbau-Downloads , Musik, Browser-Downloads , Webradio, Gästebuch, Maps, Remote ">
<meta name="DC.Description" content="Kostenlose Downloads und Tips für den PC. ">
<meta name="title" content="Alles rund um den Computer">
<meta name="language" content="German, de, deutsch">
<meta name="author" content="Mario Bienz">
<meta name="publisher" content="arudc.ch">
<meta name="copyright" content="arudc.ch">
<meta name="revisit-after" content="after 20 days">
<meta name="page-topic" content="Kostenlose Downloads und Tips für den PC">
<meta name="page-type" content="Gratisdownloads & Tips">
<meta name="audience" content="alle">
<meta name="robots" content="index,follow">
<meta name="generator" content="http://www.arudc.ch">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
img {border:0px;}
</style>
</head>
<body>
<a href="2.html" title=""><img src="2.png" /></a>
<a href="3.html" title=""><img src="3.png" /></a>
<a href="4.html" title=""><img src="4.png" /></a>
<a href="5.html" title=""><img src="5.png" /></a>
<a href="6.html" title=""><img src="6.png" /></a>
<a href="7.html" title=""><img src="7.png" /></a>
<a href="9.html" title=""><img src="9.png" /></a>
<a href="10.html" title=""><img src="10.png" /></a>
<a href="remote.html" title=""><img src="Gästebuch.png" /></a>
<a href="http://578049.guestbook.onetwomax.de" title=""><img src="Gästebuch.png" /></a>
<a href="newsletter.html" title=""><img src="newsletter.png" /></a>
<a href="impressum.html" title=""><img src="impressum.png" /></a>
</body>
</html>
Ausserdem möchte ich alle Bilder untereinander haben, jedoch mit Abstand !
Hab's mal mit .css versucht, was jedoch auch nicht funktioniert:
Code:
a img
{
border: 0;
display: block;
float: left;
}
.clear
{
clear: left;
height: 0;
font-size: 0;
margin: 0;
padding: 0;
}