Adding a background image into the reply boxes
This is NOT a hack, its just a very simple template edit, so theres nuthing to download or install, this only been tested on IE6:
Go to>
Admin CP -> Styles & Templates -> Style Manager -> Main CSS (in the menu)
Edit these two sections
- WYSIWYG Editor
- Input Fields
Add the line below in the Standard CSS Attributes side, in the "background" field
Code:
PHP Code:
#2D2D2D url(images/yourimagehere) repeat-x center fixed
Replace the "
green" text with your color code & the path/filename of your background image.
example:
images/replyboxbg.gif
Then
add this into the Extra CSS Attributes box:
Code:
PHP Code:
background-repeat: no-repeat;
background-position: center center;
(see attachments)
Save CSS and your good to go....