Quote:
Originally Posted by LordVader!
But when I do that everything on the page below the box also turns blue all the way to the end of the page.
|
you must close the tag with </font>
like:
Code:
<div class="childforum forumbit_post">
<div class="forumrow table topx-tip-info">
<div><font color=#ADAEAE> ● <strong>{vb:rawphrase forum}:</strong> <a href="{vb:link forum, {vb:raw content}, null, 'forumid', 'fullforumtitle'}">{vb:raw content.fullforumtitle}</a></div>
<hr />
<div> ● <strong>{vb:rawphrase title}:</strong> <a href="{vb:link thread, {vb:raw content}, {vb:raw content.gotonewpost}, 'threadid', 'fullthreadtitle'}">{vb:raw content.fullthreadtitle}</a></div>
<div> ● <strong>{vb:rawphrase thread_starter}:</strong> <a href="{vb:link member, {vb:raw content}, null, 'postuserid', 'postusername'}">{vb:raw content.postusername}</a></div>
<div> ● <strong>{vb:rawphrase start_date}:</strong> {vb:raw content.startdate} {vb:rawphrase at} {vb:raw content.starttime}</div>
<hr />
<div> ● <strong>{vb:rawphrase +++++++_lastpostby}:</strong><a href="{vb:link member, {vb:raw content}, null, 'lastposterid', 'lastposter'}">{vb:raw content.lastposter}</a></div>
<div> ● <strong>{vb:rawphrase +++++++_lastposttime}:</strong> {vb:raw content.lastpostdate} {vb:rawphrase at} {vb:raw content.lastposttime}</div>
<hr />
<div> ● <strong>{vb:rawphrase views}:</strong> {vb:raw content.views}</div>
<div> ● <strong>{vb:rawphrase replies}:</strong> {vb:raw content.replycount}</font></div>