But how must i change the code when i want to display title AND text?
<a title="<?php echo $row->imgtitle; ?> <br /> <?php echo $row->imgtext; ?>"
This works perfectly for the detailview, but the mouseover of the thumbnail in the category view shows all formatting codes
i tried using strip_tags, it fixed the mouseover, but removed all formatting of detailview
is there a way to have different outputs for mouseover and detailview texts?
ex only title in mouseover, but title and description in detailview