Click here to Skip to main content
15,886,693 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

i use third party software , i have button i changed button's name but ı didnt change button location. button location left for the present in my webpage... i want to see centre. how to change my button location...

second problem how to change font style ?

<script type="text/javascript"
var buttton =document.getElementsByName("xxxxxx");
buttton[0].value="filter";
Posted
Comments
Sergey Alexandrovich Kryukov 9-Apr-13 14:19pm    
Do you know CSS?
—SA
fjdiewornncalwe 9-Apr-13 14:27pm    
Wrap the button control in a div or span tag and set the text alignment css style to "center"...
ZurdoDev 9-Apr-13 16:21pm    
Use CSS.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900