Cronus
Cerberus Founder/Developer
- Jul 19, 2013
- 449
- 25
Can someone help me with this php/css marquee thing please?
So I am trying to make
I am trying to make the song name go on side not bottom not top side any help code:
Css:
So I am trying to make
I am trying to make the song name go on side not bottom not top side any help code:
PHP:
<div class="current_song" >
Current song: <marquee><a href="http://panel3.serverhostingcenter.com:2199/tunein/gnjdohrw.pls" id="cc_strinfo_song_gnjdohrw" class="cc_streaminfo">Loading ...</a><br /></marquee>
</div>
Css:
PHP:
<style type="text/css" media="screen">
.current_song {
margin-top: 20px;
}
</style>