Hi there.
I have a PHP echo that contains an anchor tag.
I also have an a class that I want to use to style this anchor tag. Unfortunately I do not know where to place the tag within the php echo.
Could anyone give me an idea. My php code is as follows:
[php]<?php echo' '. truncate($row['message']) .' ';?>[/php]
Thank you in advance.