<input type="submit" value="文字居中" style="vertical-align:middle; text-align:center">
7 个解决方案
#1
<input type="submit" value="文字居中" style="text-align:center; line-height:20px; height:20px; margin:0px; padding:0px; border:0px;">
或
<input type="submit" value="文字居中" style="text-align:center; height:20px; margin:0px; padding-top:5px; border:0px;">
试试
或
<input type="submit" value="文字居中" style="text-align:center; height:20px; margin:0px; padding-top:5px; border:0px;">
试试
#2
LZ的是居中的啊?难道是我这有问题?
#3
他说的是上下
#4
<input type="submit" value="文字居中" style="text-align:center; line-height:20px; height:20px; margin:0px; padding:0px; border:0px;">
#5
.
#6
#7
<input type="submit" value="文字居中" style="text-align:center; height:30px;width:80">
//指定高度和宽度就居中了,
//指定高度和宽度就居中了,
#1
<input type="submit" value="文字居中" style="text-align:center; line-height:20px; height:20px; margin:0px; padding:0px; border:0px;">
或
<input type="submit" value="文字居中" style="text-align:center; height:20px; margin:0px; padding-top:5px; border:0px;">
试试
或
<input type="submit" value="文字居中" style="text-align:center; height:20px; margin:0px; padding-top:5px; border:0px;">
试试
#2
LZ的是居中的啊?难道是我这有问题?
#3
他说的是上下
#4
<input type="submit" value="文字居中" style="text-align:center; line-height:20px; height:20px; margin:0px; padding:0px; border:0px;">
#5
.
#6
#7
<input type="submit" value="文字居中" style="text-align:center; height:30px;width:80">
//指定高度和宽度就居中了,
//指定高度和宽度就居中了,