Firebug says that if I add spRight to the icon it goes to the right and looks perfect but then the text stays in the same place with a gap to accommodate the icon. In other words it stilll will not align left and it’s driving me as crazy as a box of frogs!
In firebug if I add text-align: left; of course it works fine. The section is span class=”spListLabel” , is it possible to pass arguments for each class “spListLabel” and “spIcon” in the array from sp-list-view-functions.php?
$defs = array('tagId' => 'spListLastPost%ID%',
'tagClass' => 'spListPostLink',
'labelClass' => 'spListLabel',
'linkClass' => 'spLink',
'iconClass' => 'spIcon',
'icon' => 'sp_ArrowRight.png',
'tip' => 1,
'niceDate' => 0,
'date' => 1,
'time' => 1,
'user' => 1,
'echo' => 1,
'get' => 0,
Where else is spListView used? Unread Posts, Subscribed Threads, Watched Threads etc so probably not a good idea anyway. I don’t like messing with the functions at all.
Conrad