Alaska1966
Mitglied
Hallo Leute ich habe ein kleines Problem.
Ich habe in meinen Chat ein Webradio das läuft einwandfrei, Aber mein Problem ist das ich 4 Sender drauf habe also 4-mal den Audioplayer .
Der Player ragt über die Umrandung heraus ich hätte aber gerne das er innerhalb der Umrandung bleibt.
Ihr könnt euch das mal anschauen, ich bin nicht so gut im Erklären. Hier der Link.
Und das ist meine php für Hilfe wäre ich sehr Dankbar
Gruß Peter
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252">
<style type="text/css">
.auto-style1 {
color: #CC0000;
audio {height: 1em;
font-size: 10pt;
</style> </head>
<body>
<div id="webradio">
<div class="auto-style1"><code><strong>OLDIES BUT GOLDIES</strong></code></div>
<code> </code>
<div> <audio src="http://goldies-aacp.rautemusik.fm" controls="controls"
class="auto-style1"></audio></div>
<code> </code>
<div class="auto-style1"><code><strong>SCHLAGERKULT</strong></code></div>
<code> </code>
<div><code> </code><audio src="https://best-of-schlager-aacp.rautemusik.fm"
controls="controls" class="auto-style1"></audio><code> </code>
<div class="auto-style1"><code><strong>DIE 80er</strong></code></div>
<code> </code>
<div> <audio src="https://80s-aacp.rautemusik.fm" controls="controls" class="auto-style1"></audio></div>
<code> </code>
<div class="auto-style1"><code><strong>CHARTS</strong></code></div>
<code> </code>
<div><audio src="https://charthits-high.rautemusik.fm" controls="controls"></audio></div>
</body>
</html>
Ich habe in meinen Chat ein Webradio das läuft einwandfrei, Aber mein Problem ist das ich 4 Sender drauf habe also 4-mal den Audioplayer .
Der Player ragt über die Umrandung heraus ich hätte aber gerne das er innerhalb der Umrandung bleibt.
Ihr könnt euch das mal anschauen, ich bin nicht so gut im Erklären. Hier der Link.
Und das ist meine php für Hilfe wäre ich sehr Dankbar
Gruß Peter
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252">
<style type="text/css">
.auto-style1 {
color: #CC0000;
audio {height: 1em;
font-size: 10pt;
</style> </head>
<body>
<div id="webradio">
<div class="auto-style1"><code><strong>OLDIES BUT GOLDIES</strong></code></div>
<code> </code>
<div> <audio src="http://goldies-aacp.rautemusik.fm" controls="controls"
class="auto-style1"></audio></div>
<code> </code>
<div class="auto-style1"><code><strong>SCHLAGERKULT</strong></code></div>
<code> </code>
<div><code> </code><audio src="https://best-of-schlager-aacp.rautemusik.fm"
controls="controls" class="auto-style1"></audio><code> </code>
<div class="auto-style1"><code><strong>DIE 80er</strong></code></div>
<code> </code>
<div> <audio src="https://80s-aacp.rautemusik.fm" controls="controls" class="auto-style1"></audio></div>
<code> </code>
<div class="auto-style1"><code><strong>CHARTS</strong></code></div>
<code> </code>
<div><audio src="https://charthits-high.rautemusik.fm" controls="controls"></audio></div>
</body>
</html>