Quick Tag [code] not happy with <div>
May 6th, 2008Quick Tag [code] not happy with <div>
- Skins > blood_wine > posts.main.php [lines 149 to 160]
<?php
// -----MESSAGES GENERATED FROM ACTIONS -----
if (47 == 47)
{
messages( array(
'block_start' => '' . $_GET['blog'] ,
) );
}
// ----- END OF MESSAGES GENERATED FROM ACTIONS -----
?>
New bullets for bText ul
May 3rd, 2008I didn't like the little arrows for the unordered list, especially as they didn't comeout in IE6 nor did the defauklt bullets; and the whole format was iffy. so I used the same code for both ul and ol and removed .bText ul li:before {
content: "\00BB \0020";
}
I replaced it with an image.
.bText ul{
list-style-image: url( "img/rbc12.gif" )
}







