Styling first element
By using <?php echo htmlspecialchars($row_rsDetails['part1']); ?> I got the text out of a mysql-database table. Now I would like to style the first letter of the first paragraph (<span class="dropCap"), but I cannot imagine how to apply it in a php-rule. How should I manage that?
Leo
