0
Im still having issues, with my users uploading there songs.. This has been on going and cant seem to get it right, were they dont have to upload 3 songs at a time. This is killing my site, and users... Can anyone help me out , maybe take a look, and possibly fix this issue, i can pay for your services via paypal..
Also i need a simple css job done, if ANY one can help with that as well...
Thanks
:S
Also i need a simple css job done, if ANY one can help with that as well...
Thanks
:S
Responses (6)
-
Accepted Answer
-
Accepted Answer
0Thanks.
Far as the css goes, i did some testing. I don't know css, but i got this so far. Site
Im trying to figure out how to make all the album covers center
and how to get them to sit nicely in the frame.
@charset "UTF-8";
/* CSS Document */
.recently_added_album{
background-image: url(http://img534.imageshack.us/img534/4397/1111sc.png);
background-repeat: no-repeat;
padding:0px;
padding-bottom:70px;
padding-top:60px;
}
.recently_added_album:hover{
background-color:#181818 ;
}
.recently_added_album a img{
border:1px solid #CCC;
}
.recently_added{
padding-bottom:2px;
} -
Accepted Answer
0Ok got them aligned in straight. Now i just need some assistance on getting the following done.
1. I need them 3 in a row, instead of two
2. I need to change how it shows the album & artist name (its on the side now)
I need to have the Artist name on top of the pic and album name on the bottom..
You can see HERE
This is what the file looks like:
.recently_added_album{
background-image: url(http://img255.imageshack.us/img255/5420/orangefram.png);
background-repeat: no-repeat;
padding:110px;
padding-bottom:45px;
padding-top:130px;
float:left;
width:200px;
}
.recently_added_album a img{
border:1px solid #CCC;
}
.recently_added{
padding-bottom:2px;
} -
Accepted Answer
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »