Hi all,
since few months i try to change how appears text from this variable :
$upcomingevents in whosoline part in index page.
basically text appears like this :
event: date
it would be great if someone can help me to have this :
date: event
and it would be fabulous if it's possible to get the two expressions separate, to make something like this :
date <some space like 200px or configurable> event
or to use in separate table like this
HTML Code:
<table>
<tr>
<td>
date
</td>
<td>
event
</td>
</tr>
</table>
thanks for your help,
i search everywhere i know in vB but unsuccessfully