Quote:
Originally Posted by Duckface
How could I place notices above the shoutbox exactly?
|
Find template
vsa_chatbox and at the very top add
HTML Code:
<vb:if condition="$show['member']">
<div style="background-color:#E4E843;border:1px solid black;padding:10px;box-shadow: 2px 2px 1px #888888;">
<p style="font-size:11pt"><span style="color:blue"><b>NOTICE</b></span></p>
<p style="font-size:12pt">Here you can write your message, bla, bla, bla</p></font>
</div>
</vb:if>
Change color and font size as your needs