PDA

View Full Version : How to insert background image at the textbox for vB 3.7


Madbatty
08-24-2008, 12:00 PM
Hi Guys

does someone may know how to insert an Image to the Text Box Editer like

in the following thread but for a 3.7.2 vB Version ?

Link : https://vborg.vbsupport.ru/showthread.php?t=158937&highlight=smilies

cheat-master30
08-24-2008, 12:53 PM
Since that's for 3.6.8, the same code given will most likely work, although you can go into the Admin CP, then Style Manager and Add the background CSS code in Additional CSS information in this section:

WYSIWYG Editor (Should usually be the same as 'First Alternating Color' or 'Input Fields')

Madbatty
08-24-2008, 04:12 PM
Well I have try to insert the Code for the Image a few times bit did not work I only could see the code I add then as background inside the Text Editor Box. Would be kewl if you may could add an explanation about were to put the code excatly ?

Opserty
08-24-2008, 07:27 PM
Please do not type in all in bold, most of us here have good enough eyesight to read normal text. Thanks. :)

That modification you linked to is quite bad and looks to be full of bugs. Try the older one (Adding a background image into the reply boxes (https://vborg.vbsupport.ru/showthread.php?t=129962)) instead.

steveninstl
08-25-2008, 02:18 AM
this is what I use:
#FFFFFF url(images/XXXX.jpg) repeat-x center fixed

You can change the #FFFFFF to any color you want, and the URL is a spot on your server that has the image you want in your box

Extra CSS:

background-repeat: no-repeat;
background-position: center center;