PDA

View Full Version : quickreply background.


lstintxs100
06-09-2008, 06:05 PM
is there any way to add an image in the background for the quickreply.

I searched but I may not be using the correct terms.

in the css I changed it for the WYSIWYG editor.

The image keeps repeating. is there a way to have only one image displayed and center it?

--------------- Added 1213040875 at 1213040875 ---------------

for the advanced editor I have this in the css : #F5F5FF url(images/background/background.jpg)

This looks like this :

http://copiertalk.com/uploader/files/1/background.jpg
What I would like is the image as centered as possible and only one image.

I got some searches done and it looks like the quick editor is a Template edit and not css? is that correct.

--------------- Added 1213041158 at 1213041158 ---------------

https://vborg.vbsupport.ru/showthread.php?t=129962&highlight=background+image+reply

I found that thread. I am reading.

--------------- Added 1213043824 at 1213043824 ---------------

That helped with the WYSIWYG editor, Several threads about 3.6 but I can not find one on 3.7.

--------------- Added 1213044537 at 1213044537 ---------------

http://copiertalk.com/uploader/files/1/testing.jpg

That looks pretty nice. I may go a little lighter on the image.

Attitude5ire
06-10-2008, 09:35 PM
#F5F5FF url(images/background/background.jpg) if thats ur code to perfectly center and no-repeat add this

background:#F5F5FF url(images/background/background.jpg) center center no-repeat;

lstintxs100
06-11-2008, 12:22 AM
Thanks. That repairs the WYSIWYG editor but what contols the quick reply colors?

Brueskie
06-11-2008, 05:07 AM
Quick reply is styled through the Input Fields CSS. The only issue with adding a background to this is that it will show up in all of your input fields, such as the single line text field for searching, username and password, etc.

This can be remedied by styling individual input fields in your templates, either on a per field basis or creating a new class in your CSS additional definitions and applying this new class to the appropiate fields.

lstintxs100
06-15-2008, 05:17 AM
I edited the input field css and could not get it. Any idea what I am doing wrong?

I put the same values I had for WYSIWYG editor into the input fields css.