Hello there! here is the problem...I have just this line of code:
<p><div class="author"><?php echo $relevantEntry['author']." | ".date("D d M Y h:i:s A", strtotime($relevantEntry['date_time'])); ?></div></p>
and I want to apply a different css css to author and date...but I still want them to be in the same line and be presented as the same statement...
any ideas how can I do that? thanks