HTML Code:
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$thread['titlestyle']">style="$thread[titlestyle]"</if>><if condition="$show['gotonewpost']"><strong>New: </strong></if>$thread[threadtitle]</a>
It's quick, but it will show as
New: unread thread title
New: unread thread title with style
read thread title
read thread title with style
I've use italic underline and highlight as the style to make it stand out which is which.