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.

How to add background in phpbb3 quick reply

2 posters

Go down

Solved How to add background in phpbb3 quick reply

Post by mcoy March 19th 2010, 1:56 am

How to add background in phpbb3 quick reply Help10


How to add background in phpbb3 quick reply
mcoy
mcoy
Forumember

Posts : 132
Reputation : -3
Language : tagalog

Back to top Go down

Solved Re: How to add background in phpbb3 quick reply

Post by RoNo March 19th 2010, 9:28 am

Use Css to edit the quick reply background.
(ACP/Display/Colors/CSS Stylesheet)

Here are a few examples...

Adding a full size background image
Code:
form#quick_reply #textarea_content textarea#text_editor_textarea  {
background-image : url('http://i44.tinypic.com/9ury9l.jpg');
background-repeat : no-repeat;
background-position : center center;
}
form#quick_reply #textarea_content iframe#text_editor_iframe  {
background-image : url('http://i44.tinypic.com/9ury9l.jpg');
background-repeat : no-repeat;
background-position : center center;
}
How to add background in phpbb3 quick reply 24flms3



How to add background in phpbb3 quick reply Break_gray1



Adding a 150x150 png image to right center
Code:
form#quick_reply #textarea_content textarea#text_editor_textarea  {
background-image : url('http://i43.tinypic.com/dze3rl.png');
background-repeat : no-repeat;
background-position : right center;
}
form#quick_reply #textarea_content iframe#text_editor_iframe  {
background-image : url('http://i43.tinypic.com/dze3rl.png');
background-repeat : no-repeat;
background-position : right center;
}
How to add background in phpbb3 quick reply 20p7gpt



How to add background in phpbb3 quick reply Break_gray1



If you want an input background image (PM's, Reply Preview)
Code:
.inputbox  {
background-image : url('http://i43.tinypic.com/dze3rl.png');
background-repeat : no-repeat;
background-position : right 103px;
}
How to add background in phpbb3 quick reply 16knk8h


How to add background in phpbb3 quick reply Break_gray1
How to add background in phpbb3 quick reply S2qgoz
RoNo
RoNo
Active Poster

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

http://bf2mercenaries.forumotion.com/

Back to top Go down

Solved Re: How to add background in phpbb3 quick reply

Post by mcoy March 19th 2010, 9:31 am

Thanks you my problem solve
mcoy
mcoy
Forumember

Posts : 132
Reputation : -3
Language : tagalog

Back to top Go down

Solved Re: How to add background in phpbb3 quick reply

Post by RoNo March 19th 2010, 10:30 am

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