Removing double carats from lists
-
How do I do an inline style override to a list item in the side column? I’m using the default kubrick theme. What I am trying to do is remove those annoying double carats from a couple of items in a list in the side column. I know I could just put the items in a table and be done with it, but that’s slop code.
What should work doesn’t:
<div>
<ol style=”list-style:none; list-style-type:none; padding-left:0;”>
<li style=”padding:10px; list”><img src=”/images/misc/twitter.jpg” height=”40″ width=”170″ border=”0″ />
<li style=”padding:10px;”><img src=”/images/misc/linkedin.jpg” height=”47″ width=”170″ border=”0″ />
<li style=”padding:10px;”><img src=”/images/misc/facebook.jpg” height=”47″ width=”170″ border=”0″ /></div>
- The topic ‘Removing double carats from lists’ is closed to new replies.