Darrell - 31 October 2005 01:18 PM
Boyink, my request was quite clear. Please refrain from responding to this post with more questions.
If you know how to do what I’m asking then give details. Don’t use this as an opportunity to use your sig file.
I don’t mean to be abrupt but your post has zero value.
Darrell, Boyink has done a number of pMachine and EE sites, as have I.
He’re right, you don’t need to modify the file to achive the results you want. You can use CSS to do what you want.
There’s an example you can follow:
<style>
.orange a:link { color: orange; font-weight: bold;}
.orange a:visited { color: orange; font-weight: bold;}
.orange a:active { color: orange; font-weight: bold;}
.orange a:hover { color: #cccccc; font-weight: bold;}
</style>
Now I’m only styling the colors and the font-weight here, but you can ammend it to change it to what you want.
<?php $wtl['show_date'] = "yes";
$wtl['date_fmt'] = "M d, Y";
$wtl['limit'] = "10";
$wtl['offset'] = "0";
$wtl['orderby'] = "alpha";
$wtl['weblog'] = "weblog";
?>
Title List<br />
<div class="orange">
<?php weblog_title_list($wtl); ?>
</div>
Test URL
Does this make more sense?