PDA

View Full Version : How do I add a line of decriptive text under the title box on a new thread..


Welshy2008
01-10-2012, 06:17 PM
... Hi guys,

I am looking on how to add a line of descriptive text below the Title box on a new thread.

Like in the attachment below.

Does anyone know please? vB4.1.8

LifesGreatestGift
01-10-2012, 06:50 PM
open template newthread

Find
<label for="subject" class="full">{vb:rawphrase title}:</label>
<input type="text" class="primary full textbox" name="subject" id="subject" value="{vb:raw subject}" maxlength="{vb:raw vboptions.titlemaxchars}" tabindex="1" />

Below add
<span style="text-align:right;clear:both;width:495px;display:block;f ont-size:11px;color:#333;">TEST TEST TEST TEST</span>

Save and check it out.

You can change the text-align to left if you'd like and adjust to fit your needs.