kentico_ivanat
-
12/10/2010 9:03:51 AM
RE:CMS Datalist Layout
Hi,
you could set padding, spacing of cells using CSS styles. You can enwrap datalist (Content before, Content after properties) with div with some CSS class and then specify styes for <td> tags within context with this class, e.g.:
.myClass td { // put your styles here }
Please let me know if I can be of any further assistance.
Best regards, Ivana Tomanickova
|