View Full Version : Postbit_legacy styling help
Eonwe
08-05-2008, 02:41 PM
Hi,
I was wondering how you would add these two grey areas in the postbit_legacy template. (see attachment).
Ive been trying everything i know and have serached this entire site with no luck so any help would be greatly appreciated.
Thanks,
Josh
calorie
08-05-2008, 03:31 PM
Untested but the top space could be added by using $template_hook[postbit_messagearea_start] in the vB postbit_legacy template, or after $template_hook[postbit_messagearea_start] in that template add in the following:
<div style="width:100%; padding:$stylevar[cellpadding]px;" align="$stylevar[left]">
text in top space
</div>
Again untested but the bottom space could be added by using $template_hook[postbit_controls] in the vB postbit_legacy template, or after $template_hook[postbit_controls] in that template add in the following:
<div style="width:100%; padding:$stylevar[cellpadding]px;" align="$stylevar[left]">
text in bottom space
</div>
gundrik
08-05-2008, 06:55 PM
Interesting idea - I tried it but didn't seem to work on my side.
Eonwe
08-05-2008, 09:05 PM
Thanks so much they both work properly,
however how do i change the color of the sections.
Thanks,
Josh
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.