Hi! You explain where to put the css statements but I cant see where to put the "structure with classes and id's", what file? I am looking at the list all weblink example where I want to change the default layout of Joomla 1.6. The categories in my site shows up without bullets and wrong spacing.
List All Weblink Categories
Print screen without additional CSS

Structure with classes and id's
div.categories-list h1 div.category-desc.base-desc ul li.first span.item-title a div.category-desc p dl.weblink-count dt dd li.last span.item-title a div.category-desc p dl.weblink-count dt dd
CSS
/* ----------------------
All weblink categories
------------------------- */
div.categories-list ul li dl.weblink-count dt {
float: left;
margin: 0 10px 0 0;
}
Print screen after applying CSS


