Log in

View Full Version : HOW TO insert line in sendmessage.php


adivor
06-24-2009, 09:18 AM
Hello to all,

how is possible insert RED line with text in sendmessage.php?

http://www.adivor.it/forum/sendmessage.php

http://immagini.adivor.it/images/t2u6ep2q5zgqvcftspc7.jpg

Thanks :)

Oblivion Knight
06-24-2009, 11:23 AM
In template contactus

Find:
<div class="fieldset">
$vbphrase[message]:<br />
<textarea name="message" rows="10" cols="50" style="width:$stylevar[messagewidth]">$message</textarea>
</div>


After it, add:
<div class="smallfont" align="center" style="color: #FF0000;">
YOUR RED TEXT HERE
</div>

adivor
06-24-2009, 11:35 AM
Many thanks... many many users not registered send me message without personal mail and for me was impossible reply ;-)
Now is good.....i hope :-)