Is it possible to apply CSS class for printLatestImages()function?
I want to show the latest images in horizontal instead of list items.
Many thanks in advance.
acrylian, it's working now
At index.php, I add the following line:
printLatestImages(8,'', FALSE, FALSE, FALSE, 0, '', 75, 75, TRUE, FALSE);
At CSS File, I add following lines:
/ Latest Images
------------------------------ /
list-style: none;
float: left;
margin:0px 0;
}
padding:0;
margin:0;
list-style:none;
}
list-style:none;
float: left;
padding: 0px 4px 0px;
margin:0px 0;
}
Thanks acrylian, it's working now ^_^
Ref: http://www.hkgimages.com/pic/events/new-year-countdown-celebrations/
/ Latest Images
------------------------------ /
list-style: none;
display: inline;
margin:0px 0;
}
padding:0;
margin:0;
list-style:none;
}
list-style:none;
display: inline;
padding: 0px 4px 0px;
margin:0px 0;
}