Quote:
Originally Posted by Loco Macheen
maybe you can post how you did it ? my users would like it, i use to have a mod like it for phpBB, but that was a long time ago
ty
|
sure thing man...
admin cp > style manager > main css > WYSIWYG Editor
Over in the extra CSS attributes I added this code:
Code:
background-position: center;
background-image:
url('http://yourimagehere.gif');
background-repeat: no-repeat;
I had to turn the opacity on my image down to about 30% to make it look good with text being typed over it. I then layed that over a solid color and saved that as the image I wanted to display then I set the background color in the WYSIWYG to the same exact color code as the background on the image so all would blend.
To be able to see this though your users need to have the enhanced editor turned on.
Hope this helps you out man