beastmodeenabled86
New Member
- Messages
- 9
- Reaction score
- 0
- Points
- 0
Hello Community,
I am needing your help again this time with moving my text. if you can see on my site (www.techerzfm.co.cc) where "Server is offline" is i would like it directly below "Current song". Below i will feature some snippets of the php code, and the css.
Thanks,
Mike.
I am needing your help again this time with moving my text. if you can see on my site (www.techerzfm.co.cc) where "Server is offline" is i would like it directly below "Current song". Below i will feature some snippets of the php code, and the css.
.track_name{
width:295px;
height:104px;
background:url(images/track_playing.gif) no-repeat center;
margin:10px 0 0 0px;
font-size:7px;
text-align:center;
<p><b>Current Song:</b> <p>
<?php include("test.php");?> </p> </div>
Thanks,
Mike.