Tommy; I have a question.
Your original code contains:
Code:
<td class="alt1">
<phrase 1="$bbuserinfo[username]" 2="$vboptions[bbtitle]">$vboptions[globalannouncementtext]</phrase>
</td>
But with this use, the announcement lay-out gots f*cked up when I use a table with a picture and text.
So I edited it to:
Code:
<td class="alt1">
$vboptions[globalannouncementtext]
</td>
and that works PERFECT!
So can you explain why do you call the username and bbtitle in those phrases?