Hello,

Alright, so I came up with idea that it would be nice if I could have my <?php echoed ?> div's with different appearance.

On my website I collect stories from database and display them in div's.

Here is example of how I echo divs:

Code:
<?php $articleDisplayList .= '<div class="story"> ' . $Story . '</div>' ?>

<!doctype>
...