M3NF
16-Jan-2004, 11:05 PM
To add a image into a text reply area of a skin, so that when you type your reply you have a back ground image. Do this............
You can do this by going to the style sheets for the skin. So acp>skins and templates>style sheets.
Click edit on main screen on the skin name you want to add this to.
Then look at the bottom area for this line.....
.textinput
Then add to the end of that line this code.....
; background-color: #ffffff; background-image: url(style_images/<#IMG_DIR#>/replybg.gif) }
Then add inside the skin folder for the images for this skin a image called replybg.gif
This will then add the images into the reply area for your post. Hope this helps.
You can do this by going to the style sheets for the skin. So acp>skins and templates>style sheets.
Click edit on main screen on the skin name you want to add this to.
Then look at the bottom area for this line.....
.textinput
Then add to the end of that line this code.....
; background-color: #ffffff; background-image: url(style_images/<#IMG_DIR#>/replybg.gif) }
Then add inside the skin folder for the images for this skin a image called replybg.gif
This will then add the images into the reply area for your post. Hope this helps.