Can this be fix?

Can the box in post ads section be expanded? please see attached pic

ads box.bmp · 2.3M · 285 views
What's that falling? its a bird, its a plane, oh wait its Facebook
Quote · 23 Feb 2011

If you can change width for TinyMce area do this:

Open the : templates/base/css/forms_adv.css

 

find this css style :

 

.input_wrapper_textarea {
background-color: #FFFFFF;
border-color: #B2B2B2 #D9D9D9 #D9D9D9 #B2B2B2;
border-style: solid;
border-width: 1px;
padding: 2px;
}
and replace with:

.input_wrapper_textarea {
background-color: #FFFFFF;
border-color: #B2B2B2 #D9D9D9 #D9D9D9 #B2B2B2;
border-style: solid;
border-width: 1px;
height: 242px;
padding: 2px;
}
PS: If possible do not write me personally, please try to ask on the forum first
Quote · 24 Feb 2011

Thanks SashaE

What's that falling? its a bird, its a plane, oh wait its Facebook
Quote · 24 Feb 2011

 

If you can change width for TinyMce area do this:

Open the : templates/base/css/forms_adv.css

 

find this css style :

 

.input_wrapper_textarea {
background-color: #FFFFFF;
border-color: #B2B2B2 #D9D9D9 #D9D9D9 #B2B2B2;
border-style: solid;
border-width: 1px;
padding: 2px;
}
and replace with:

.input_wrapper_textarea {
background-color: #FFFFFF;
border-color: #B2B2B2 #D9D9D9 #D9D9D9 #B2B2B2;
border-style: solid;
border-width: 1px;
height: 242px;
padding: 2px;
}

I did it but still didn't work

What's that falling? its a bird, its a plane, oh wait its Facebook
Quote · 25 Feb 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.