Hallo,
Hallo, auf meiner Website
http://guenter-leipfinger.de/photoalben/photoalben.html
ändern nicht nur die Links wie 'zurück zur Startseite' und die einzelnen Alben beim Überfahren mit der Maus erhellt, sondern auch dieser Text
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Meine Fotoalben</title>
<style type="text/css">
* {
margin:0;
padding:0;
outline:none;
list-style:none;
text-decoration: none;
}
h1 a {
color:#000;
font-size:210%;
font-weight:bold;
text-decoration:underline;
}
h2 {
font-size:large;
margin-top:50px;
}
a:hover, a:focus {
color: #F90;
}
body {
background-color: #CDC1C5;
font:100% Arial sans-serif;
}
#wrapper {
margin:10px auto;
width:60%;
text-align:center;
}
ul {
width:50%;
margin:10px auto;
border-bottom:2px solid #000;
}
li a {
display:block;
padding:20px;
font-size:2em;
font-weight:bold;
border-left:2px solid #000;
border-right:2px solid #000;
background:#BCA9F5;
}
li h3 {
margin-top:50px;
border-bottom:2px solid #000;
}
.Stil3 {color: #FF6600}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head>
<body>
<div id="wrapper">
<h1 align="center">Photoalben<br>
</h1>
<div align="right"><a href="../index.html" class="Stil3" style="text-decoration: none; "><font onMouseOver="this.style.color='#FFFFFF'"
onMouseOut="this.style.color='#000000'">zurück zur Startseite </a></div>
<h2 align="center">Hier finden Sie jeweils aktuelle Photoalben</h2>
<ul>
<li><h3 align="center"><p align="center" style="line-height: 300%">Im Augenblick:</p></h3></li>
<li></li>
<li></li>
<li>
<div align="center"><a href="ahrntal/album/index.html">Ahrntal</a></div>
<li>
<div align="center"><a href="orchideen/album/index.htm">Orchideen</a></div>
</li>
<li>
<div align="center"><a href="fruehling/album/index.html">Frühling</a></div>
</li>
<li>
<div align="center"><a href="Korfu/album/index.html">Korfu</a></div>
</li>
<li>
<div align="center"><a href="wien/album/index.html">Wien Wien, nur Du allein</a> </div>
</li>
</body></html>
Hallo, auf meiner Website
http://guenter-leipfinger.de/photoalben/photoalben.html
ändern nicht nur die Links wie 'zurück zur Startseite' und die einzelnen Alben beim Überfahren mit der Maus erhellt, sondern auch dieser Text
Wie muß der Quellcode richtig lauten? Im Moment sieht er so aus:Hier finden Sie jeweils aktuelle Photoalben
Im Augenblick:
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Meine Fotoalben</title>
<style type="text/css">
* {
margin:0;
padding:0;
outline:none;
list-style:none;
text-decoration: none;
}
h1 a {
color:#000;
font-size:210%;
font-weight:bold;
text-decoration:underline;
}
h2 {
font-size:large;
margin-top:50px;
}
a:hover, a:focus {
color: #F90;
}
body {
background-color: #CDC1C5;
font:100% Arial sans-serif;
}
#wrapper {
margin:10px auto;
width:60%;
text-align:center;
}
ul {
width:50%;
margin:10px auto;
border-bottom:2px solid #000;
}
li a {
display:block;
padding:20px;
font-size:2em;
font-weight:bold;
border-left:2px solid #000;
border-right:2px solid #000;
background:#BCA9F5;
}
li h3 {
margin-top:50px;
border-bottom:2px solid #000;
}
.Stil3 {color: #FF6600}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head>
<body>
<div id="wrapper">
<h1 align="center">Photoalben<br>
</h1>
<div align="right"><a href="../index.html" class="Stil3" style="text-decoration: none; "><font onMouseOver="this.style.color='#FFFFFF'"
onMouseOut="this.style.color='#000000'">zurück zur Startseite </a></div>
<h2 align="center">Hier finden Sie jeweils aktuelle Photoalben</h2>
<ul>
<li><h3 align="center"><p align="center" style="line-height: 300%">Im Augenblick:</p></h3></li>
<li></li>
<li></li>
<li>
<div align="center"><a href="ahrntal/album/index.html">Ahrntal</a></div>
<li>
<div align="center"><a href="orchideen/album/index.htm">Orchideen</a></div>
</li>
<li>
<div align="center"><a href="fruehling/album/index.html">Frühling</a></div>
</li>
<li>
<div align="center"><a href="Korfu/album/index.html">Korfu</a></div>
</li>
<li>
<div align="center"><a href="wien/album/index.html">Wien Wien, nur Du allein</a> </div>
</li>
</body></html>