WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
list-style: none;
.list1 li{ background:url(../images/marker1.png) 0 8px no-repeat; padding-left:15px;margin-bottom: 10px;}
<link rel="stylesheet" type="text/css" href="<?php echo TEMPLATE_DIR; ?>/editor.css" />
ul.quad{ padding: 0 0 0 60px; list-style-image: url(images/list10a.gif); line-height:20px; }ul.quad2{ padding: 0 0 0 30px; list-style-image: url(images/list10b.gif); line-height:20px; }ul.zero{ padding: 0 0 0 40px; line-height:20px; list-style:none; }ul.line{ padding: 0 0 0 60px; list-style-image: url(images/list10d.gif); line-height:20px; }ul.arrow{ padding: 10px 0 0 60px; list-style-image: url(images/arrow11.png); line-height:20px; }
<ul class="list1"> <li>random text</li> <li>random text</li> <li>random text</li> <li>random text</li> <li>random text</li></ul>
I'd like this to be implemented in wysiwyg automaticali if I press the bullets button.
#content ul li { background:url(../images/marker1.png) 0 8px no-repeat; padding-left:15px;margin-bottom: 10px;}
ul.categories li {background:none!important}
it's not list-style, it's background Code: [Select]ul.categories li {background:none!important}