View Full Version : Simple image in txt area when posting?
Syphin
07-21-2003, 07:16 PM
Heh new here and already requesting O_O ah well wondering if anyone has a hack for a simple image behind the txt like feathered* for quick reply and normal reply.I saw it done in some forum it was just one image to the right of the reply box it looked real nice ^^.
I think I've seen this done before search the forums but I and i think it was released at vBorg template mods but not here so I'd go there first. If I find it I'll tell you. But i suggest that you try and find it yourself.
Mr. Brian
07-22-2003, 03:43 PM
Very simple.
From your headinclude template, replace:-
TEXTAREA, .bginput {
FONT-SIZE: 12px;
FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
COLOR: #000000;
BACKGROUND-COLOR: #CFCFCF
}
With:-
TEXTAREA, .bginput {
FONT-SIZE: 12px;
FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
COLOR: #000000;
BACKGROUND-COLOR: #CFCFCF;
background-image: url("/images/xxx.gif")
}
Replace the xxx with your own .gif
Got it? ;)
Cheerss
Syphin
07-22-2003, 05:14 PM
hey it worked! ^^ thnx!.
edit: agh nm it didnt work the way i had hoped =/ it sorta copied the image bunch of times and put it in there also it put the image in the simple buttons like submit reply etc..
blakkboy
03-31-2004, 02:42 AM
does this work for vb3????
and does this hack work for both quick reply area and regular posting area??
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.