PDA

View Full Version : need help


ellinofatsa
06-06-2010, 11:47 AM
hi i have this litle problem how can i make the bacround of the edit box bigger

see the image.the box is too smol only if i make edit!! if i make a new post the box is ok.

https://vborg.vbsupport.ru/external/2010/06/77.jpg


see the new post box its ok

https://vborg.vbsupport.ru/external/2010/06/78.jpg

Xencored
06-06-2010, 12:12 PM
hi i have this litle problem how can i make the bacround of the edit box bigger

see the image.the box is too smol only if i make edit!! if i make a new post the box is ok.

https://vborg.vbsupport.ru/external/2010/06/77.jpg


see the new post box its ok

https://vborg.vbsupport.ru/external/2010/06/78.jpg

Check your editor template mate

ellinofatsa
06-06-2010, 12:47 PM
thank you its ok now

Xencored
06-06-2010, 01:15 PM
Try the CSS first

Styles & Templates >> Style manager >> CSS Templates
Editor.css

Look for
".editor_textbox iframe "

Example would be

.editor_textbox textarea,
.editor_textbox iframe {
width:99%;
height:200px;
float:none;
background-color:{vb:stylevar textedit_background.backgroundColor};
font:{vb:stylevar content_msg_font};
}

.editor_textbox iframe {
margin:0;
padding:0;
height:206px;
}

Paste me what you have

ellinofatsa
06-06-2010, 01:26 PM
.editor_textbox textarea,
.editor_textbox iframe {
width:99%;
height:200px;
float:none;
background-color:{vb:stylevar textedit_background.backgroundColor};
font:{vb:stylevar content_msg_font};
}


i think that is ok now?

--------------- Added 1275834532 at 1275834532 ---------------

and this is a last problem if you can help

https://vborg.vbsupport.ru/external/2010/06/76.jpg

the text not in the midle

Xencored
06-06-2010, 01:44 PM
.editor_textbox textarea,
.editor_textbox iframe {
width:99%;
height:200px;
float:none;
background-color:{vb:stylevar textedit_background.backgroundColor};
font:{vb:stylevar content_msg_font};
}
i think that is ok now?


Yup thats fine


--------------- Added 1275834532 at 1275834532 ---------------

and this is a last problem if you can help

https://vborg.vbsupport.ru/external/2010/06/76.jpg

the text not in the midle

Check your ".popupbody" in CSS

ellinofatsa
06-06-2010, 01:58 PM
i am there bud i cant find the code is too mats..

https://vborg.vbsupport.ru/external/2010/06/75.jpg

Xencored
06-06-2010, 02:30 PM
i am there bud i cant find the code is too mats..

https://vborg.vbsupport.ru/external/2010/06/75.jpg

That looks fine must be a header problem check your Header code