Allmystery
Menschen Wissenschaft Politik Mystery Kriminalfälle Spiritualität Verschwörungen Technologie Ufologie Natur Umfragen Unterhaltung
weitere Rubriken
PhilosophieTräumeOrteEsoterikLiteraturAstronomieHelpdeskGruppenGamingFilmeMusikClashVerbesserungenAllmysteryEnglish
Diskussions-Übersichten
BesuchtTeilgenommenAlleNeueGeschlossenLesenswertSchlüsselwörter
Schiebe oft benutzte Tabs in die Navigationsleiste (zurücksetzen).

Do it yourself: CSS für Profil und Blog

6.815 Beiträge ▪ Schlüsselwörter: Allmystery, Hilfe, Welt ▪ Abonnieren: Feed E-Mail

Do it yourself: CSS für Profil und Blog

07.09.2012 um 11:10
@yaacool

Wenn ich das mal wüßte. Hab es nun dank @Bodo Tag.

Danke :)

Anzeige
melden

Do it yourself: CSS für Profil und Blog

07.09.2012 um 11:16
@yaacool

Die hab ich alle

iframe {visibility: hidden;}

.header {display:none;}

.head_links, .profile_links {display:none;}

.userfunction {display: none;}

.topnav {display: none;}

.sufu {display: none;}

.tabnav {display: none;}

.mcell2 {display: none;}

.mcell_inhalt2 {display: none;}

.ben_o {display: none;}

.footer {display: none;}

h2 {display: none;}

img.heart{display:none;}

.profile_links a img{display:none;}

.infoleiste{display:none;}

.profile_info{position:relative;left:-4000px;}

.profile_pic{position:relative;left:-200px;}


melden

Do it yourself: CSS für Profil und Blog

09.09.2012 um 01:47
Wie kann ich Musik im Blog einfügen ????

Danke im voraus:)


melden
Bodo ehemaliges Mitglied

Link kopieren
Lesezeichen setzen

Do it yourself: CSS für Profil und Blog

09.09.2012 um 06:03
@evadarnes
Bei "Profil bearbeiten" hast ein Feld mit "Hintergrundmusik (MP3- oder Youtube-Link):" Dort die URL oder MP3-Link einfügen, dann klappt das :)


melden

Do it yourself: CSS für Profil und Blog

09.09.2012 um 18:09
@evadarnes

Musik in einem Blogeintrag oder in die Seite?


melden

Do it yourself: CSS für Profil und Blog

10.09.2012 um 08:14
@Prof.nixblick
Hintergrundmusik im Blog


melden

Do it yourself: CSS für Profil und Blog

10.09.2012 um 08:16
@evadarnes

Nimm den Einbettungs-Code von YouTube.


melden

Do it yourself: CSS für Profil und Blog

10.09.2012 um 08:18
@Prof.nixblick
ja aber dann sehe ich das Video ja auch
ich meinte es so das man das Video nicht sieht


melden

Do it yourself: CSS für Profil und Blog

10.09.2012 um 08:28
@evadarnes

versuch mal das:

<object width="425" height="355"><param name="movie" value=" xxxxxxxxx&autoplay=1"></param><param name="wmode" value="transparent"></param><embed src="xxxxxxx&autoplay=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object>

bei den vielen x die video url einfügen. das &autoplay muss aber drinbleiben.

dann kannst du über css

object {
visibility: hidden;
}

einsetzen. aber wenn die autoplayfunze nicht geht würde ich es nicht verstecken weil -logisch- kein autoplay ^^


melden

Do it yourself: CSS für Profil und Blog

10.09.2012 um 08:29
@Prof.nixblick
sorry sehe bei mir nur einen weißen kasten


melden

Do it yourself: CSS für Profil und Blog

10.09.2012 um 08:30
@Prof.nixblick
moment jetzt hab ich was


melden

Do it yourself: CSS für Profil und Blog

10.09.2012 um 08:31
@evadarnes

ja war mein fehler ^^

da steht jetzt aber 2mal xxxxxxxxx&" drin. nach dem & muss noch ein *a*utoplay=1* rein

ohne die sternchen ^^


melden

Do it yourself: CSS für Profil und Blog

10.09.2012 um 08:34
@Prof.nixblick
danke ich versuche es mal


melden

Do it yourself: CSS für Profil und Blog

10.09.2012 um 08:34
hmkay ^^


melden

Do it yourself: CSS für Profil und Blog

10.09.2012 um 08:43
@Prof.nixblick
hab es jetzt so :

<object width="425" height="355"><param name="movie" value="
http://=sZjhdM1QSAk&feature=related(http://=sZjhdM1QSAk&feature=related)"autoplay=1></param><param name="wmode" value="transparent"></param><embed src="=sZjhdM1QSAk&feature=related"autoplay=1 type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object>


aber es klappt nicht


melden

Do it yourself: CSS für Profil und Blog

10.09.2012 um 08:47
@evadarnes

setz es mal bitte zwischen [code*] und [*/code] (ohne sternchen)


melden

Do it yourself: CSS für Profil und Blog

10.09.2012 um 08:57
@Prof.nixblick
jetzt ist es so:

[youtube]sZjhdM1QSAk[/youtube]


aber es ist immer noch ein fehler drin,keine Musik


melden

Do it yourself: CSS für Profil und Blog

10.09.2012 um 09:59
@evadarnes

<iframe width="0" height="0" src="http://www.allmystery.de/fcgi/?m=profile&ytid=sZjhdM1QSAk&autoplay=1" frameborder="0"></iframe>

css


iframe {
visibility: hidden;
}


melden

Do it yourself: CSS für Profil und Blog

10.09.2012 um 10:06
@Prof.nixblick
Danke Dir werde es gleich mal reinsetzen...muß das auch mit rein.....


iframe {
visibility: hidden;
}


melden

Do it yourself: CSS für Profil und Blog

10.09.2012 um 10:07
@evadarnes

ja das setzt du zwischen <style> und </style> also so

<style> iframe { visibility: hidden; } </style>


Anzeige

melden