PDA

View Full Version : how to fix


raja811
04-03-2009, 09:29 PM
https://vborg.vbsupport.ru/external/2009/04/34.png
https://vborg.vbsupport.ru/external/2009/04/35.png

how to do this?

tipoboy
04-03-2009, 10:03 PM
https://vborg.vbsupport.ru/external/2009/04/34.png
https://vborg.vbsupport.ru/external/2009/04/35.png

how to do this?

do what wrap the boxes round your element?

ProSkinner.com
04-03-2009, 10:31 PM
I think he wants to align his fields to the center, which is how they should be by default.

raja811, you probably have a "float: left;" or "text-align: left;" set in your CSS, which is causing all elements to align to the left. If you remove it, it should fix the problem.

Princeton
04-04-2009, 01:39 PM
you can also check...

in admincp / Style Manager / Stylevars
check value in "Form Width" and "Message Area Width"

raja811
04-04-2009, 05:04 PM
http://www.monsterup.com/upload/1238868256184.png

i need exactly where which script?

tipoboy
04-04-2009, 05:17 PM
use a fieldset attribute for example:

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><fieldset>code you want in the box</fieldset></td>
</tr>
</table>

raja811
04-04-2009, 05:21 PM
where?

Lynne
04-04-2009, 05:23 PM
I don't understand what you want - the rounded corners?

tipoboy
04-04-2009, 05:23 PM
where what????

raja811
04-04-2009, 05:26 PM
you are right but where i want to put this script? because i need to change only Smilies,Tags,Post Icons,Miscellaneous Options,Attach Files,Thread Subscription,Post a Poll,Thread Management!!!!

Princeton
04-04-2009, 05:28 PM
you just complicated things

I don't know try...

modify your CSS
.fieldset{}

raja811
04-04-2009, 06:54 PM
Go to Admincp, STyle manager, on the active skin, select Main CSS
and add this code at the end in Additional CSS Definitions (Advanced Users: )

fieldset{border:1px solid #D0D0BF;padding:8px;-moz-border-radius:5px;}

probleme solved