View Single Post
  #4  
Old 31st March 2009, 14:40
lostgirl lostgirl is offline
Member
 
Join Date: Jan 2009
Default
Posts: 6
Default
with my own source based on TBDev i also need to edit the css files to get the images to show.

Quote:
img.x264 {
padding: 0px;
border: 0px;
background-position: center center;
background-repeat: no-repeat;
background-image: url(pic/default/categories/x264rl7.gif);
}
img.MP4 {
padding: 0px;
border: 0px;
background-position: center center;
background-repeat: no-repeat;
background-image: url(pic/default/categories/MP4.gif);
}
Without doing this i would also have no images shown...Maybe this is the same for your site ?
Reply With Quote