至于你说的尺寸问题你可以设置width的属性值,比如760px 1024px 都是可以的,试试吧
其它有如下几种:
使用DIV,给DIV使用CSS样式,使其居中。例:<div class="div">文字居中</div>
css样式:.div{padding:0 autowidth:60pxheight:20pxline-height:18pxfong-size:18px}
使用span,例:<span class=“div”>文字居中</span>
至于你说的尺寸问题你可以设置width的属性值,比如760px 1024px 都是可以的,试试吧
其它有如下几种:
使用DIV,给DIV使用CSS样式,使其居中。例:<div class="div">文字居中</div>
css样式:.div{padding:0 autowidth:60pxheight:20pxline-height:18pxfong-size:18px}
使用span,例:<span class=“div”>文字居中</span>