Just a quick one...
Check this out: http://www.citizenbuilding.ca/test/inde ... Itemid=116
How come the list is not to the right of the image (the image has float:left). It bumps down to below...
Fix?
ul { list-style:none; clear:both; }
ul { list-style:none; }
.article-content ul li { background: transparent url('../images/style1/gk_nsp_arrows.png') no-repeat -14px center; padding:5px 0 5px 22px; }
.article-content ul li { background: transparent url('../images/style1/gk_nsp_arrows.png') no-repeat -14px center; padding:5px 0 5px 22px; margin-left: 325px; }