我们如何设置高度& .aspx页的宽度 [英] how can we set height & width of .aspx page

查看:142
本文介绍了我们如何设置高度& .aspx页的宽度的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们如何设置.aspx页面的高度和宽度?

how can we set height & width of .aspx page

推荐答案

您可以在CSS中定义一个类并为此设置高度和宽度,然后将该类用于aspx页面的基本标记
you can defune a class in CSS and set height and width for this then use this class for base tag of your aspx page


请参阅:
http://forums.asp.net/t/1272453.aspx/1 [ ^ ]
Refer this:
http://forums.asp.net/t/1272453.aspx/1[^]


您可以通过如下设置正文样式来设置页面的高度和宽度:
you can set the height and width for the page by setting the body style as follows:
<body style=" margin:0px;width:600px; height:90%;" >


这篇关于我们如何设置高度&amp; .aspx页的宽度的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆