The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Chatbox 2 question help

2 posters

Go down

Chatbox 2 question help Empty Chatbox 2 question help

Post by MOTVN Thu 6 Aug - 20:15

Is it possible to have a wallpaper on the chatbox if so tell me how?

Is it possible to make sounds on chatbox so users can hear you when you type if so tell me how?
avatar
MOTVN
Forumember

Male Posts : 44
Reputation : 0
Language : english

Back to top Go down

Chatbox 2 question help Empty Re: Chatbox 2 question help

Post by RoNo Thu 6 Aug - 22:19

Admin Panel > Display > Colors > CSS Stylesheet

[ find/add the code below (edit your preferences) click "submit" ]

/* Chatbox-------------------------------------------------*/

body.chatbox {
background-image: url('Your-Image-Url.gif'); Chatbox 2 question help Jump3b

background-repeat: no-repeat;

background-position: right center;
}

[ example ]
Chatbox 2 question help Chatbox-bg1


[ other options ]

background-position: center;
background-position: right bottom;
background-position: left bottom;
background-position: left center;
background-position: center bottom;
background-position: ;

[ fine tuning for smaller images ]
background-position: 100px 200px;


[ repeat/tile ]
background-repeat: repeat;
background-repeat: no-repeat;


[ used for my example pic ]
body.chatbox {
background-image: url('flames.gif');
background-repeat: repeat;
}

[ additional colors ]

.chatbox {
background-color: Custom Color Here;

#chatbox_input {
background-color: Input Field Color;
}

.chatbox_row_1 {
background-color: #ffffff;
}
.chatbox_row_2 {
background-color: #ffffff;
}
.chatbox_row_3 {
background-color: #ffffff;
}

No chatbox audio/user sounds option for you at this time.
RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum