The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I'm trying to use my forum logo as background in the message editor by customizing the WYSIWYG-editor in the Style Manager. Is there a way I can format or adjust the logo (by code) or is this a static function?
What I need is to fit the logo to the text box and center it/adjust it to a corner. If I have to adjust the image size of the file I'm using, what is the size to use? |
|
#2
|
||||
|
||||
|
I've moved your thread to the appropriate forum. The 'Modifications Hints & Tips' forum is for people to share their hints and tips, not for people to ask questiosn
Thanks, Dean.
|
|
#3
|
||||
|
||||
|
can't u simply place an image in the text area of reply/new thread/edit by using the CSS in the style manager?
|
|
#4
|
|||
|
|||
|
Quote:
|
|
#5
|
||||
|
||||
|
HTML Code:
background-image:
url("/images/bgdesert.jpg")
|
|
#6
|
|||
|
|||
|
Quote:
|
|
#7
|
|||
|
|||
|
Couldn't get the last tip to work in any way, but by using the style manager and code
Quote:
|
|
#8
|
||||
|
||||
|
This is the way:
Style Manager --> Main CSS --> Input Fields (Customized in this Style) you will find a box: Extra CSS attributes , put this code in it : #FFFFFF; background-image: url("put your image URL here") Thats all
|
|
#9
|
||||
|
||||
|
Not exactly - find the WYSIWYG Editor style and add the following after the #abcxyz colour definition for background:
Code:
url(images/blek-logo.gif) top center no-repeat |
|
#10
|
|||
|
|||
|
Quote:
Thank you!
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|