Hallo,
heißt die Datei die du hier
<source src="musik/musik_.ogg" type="audio/ogg">
>
> verlinkst auch wirklich musik\_.ogg. Schau mal nach.
Hallo,
ja mache ich. Sobald ich die Ordner auf dem Desktop habe ist alles ok. Auf dem Server geht nix.
So hier mal die ganze Seite ohne Text in der Mitte.
~~~html
<!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta name="robots" content="noindex,nofollow">
<title>25 Jahre</title>
<link rel="stylesheet" type="text/css" href="css/formate.css">
<script src="js/lauf1.js" type="text/javascript"></script>
</head>
<body bgcolor="#ffffff" leftmargin="1" topmargin="0" marginwidth="0" marginheight="0">
<center>
<img width=760 height=305 src="image/start.jpg" alt="25 Jahre">
<audio controls="controls" autoplay="autoplay" loop="loop" visibility="hidden"; style="visibility: collapse;">
<source src="musik/musik.mp3" type="audio/mp3">
<source src="musik/musik.ogg" type="audio/ogg">
Sorry - Ihre Browser hat keine Unterstützung für dieses Audio-Format.
</audio>
<br><br>
<table width=760 border="0">
<tr>
<td class="tbltext3">
<h4>LET'S bla bla</h4>
Eure Musikwünsche einfach per Mail an <a href="mailto:bla@blabla.de" align="bottom">LET'S bla bla </a>
<div align="left">
<p id="ticker" onmouseover="Scrolling=true" onmouseout="Scrolling=true" >
bla bla bal<br><br>
bla bla bal<br><br>
bla bla bal<br><br>
</p>
</div>
</td></tr>
</table>
</center>
</body>
</html>