Comments on [ Music Player Tutorial F2U ] All Comments Start of Thread Parent

Hmm, I put that into the profile and it's still stuck on the left for me. I had some CSS stuff in her profile, removed it just in case it was doing something weird, but still sticking to the left for me.

oh... gimme a minute I'll try something else

it work for me thought so that's weird //I don't have premium so I can't test CSS stuff ;;;;

Ah there was a </span> that somehow appeared in the midle it seem, try it again ? ;;;

<div class="col-sm-6">
<span class="text-uppercase text-muted">
Song</span>
<span class="pull-right">
<audio controls="" style="width:150px;height:25px;">
<source src="wowmuchmp3link"></audio>


unknown.jpg


hdh.jpg



Ooh this weird. So this is what my toyhou.se code is showing me:But_no..PNG

But I also checked the source like you did and its showing me this too:
Same_hat.PNG

Unless i'm being very dumb and blind (and I haven't slept yet so this could very be possible), I'm not seeing that extra span

umh... It's making a </span> appear afterward cause it's not closed uh.... can you try that maybe ? 


<div class="col-sm-6">
<span class="text-uppercase text-muted">
Song</span>
<span class="pull-right">
<audio controls="" style="width:150px;height:25px;">
<source src="wowmuchmp3link"></audio></span>

Rip, same thing. This is definitely an odd one O_o

Since I can't test directly It's a bit tricky for me to try and help ;;;;

maybe try this or that ? //basically just moving the </span> around hoping it'll find it's place ahah//

<div class="col-sm-6"><span class="text-uppercase text-muted">Song</span>
<span class="pull-right"><audio controls="" style="width:150px;height:25px;"><source src="wowmuchmp3link"></span></audio>

<div class="col-sm-6"><span class="text-uppercase text-muted">Song</span>
<span class="pull-right"><audio controls="" style="width:150px;height:25px;"></span><source src="wowmuchmp3link"></audio>


otherwise I have another suggestion ?

<div class="col-sm-6">
<audio controls="" style="width:100%;height:25px;"><source src="wowmuchmp3link"></audio>


unknown.png

6 Replies