css 网页 代码问题

来源:百度知道 编辑:UC知道 时间:2024/05/20 15:11:54
哪位能不能帮我把这个用css实现:
<tr>
<td height="30" align="center" valign="top"><iframe src="http://www.ip138.com/ip2city.asp" frameborder="0" scrolling="no" width="100%" height="100%"></iframe></td>
</tr>
<tr>
</tr>
<FORM METHOD=POST ACTION="http://www.ip138.com/ips.asp" target="_blank" name="ipform" onsubmit="return checkIP();">
<tr>
我想把它插到css网页中去。
应该怎么做?

css只能实现层叠样式表的定义,不知道你想实现什么?
直接插入就行了吧!?
css只定义样式,在html或者asp或其他中可以使用css,单独用css能写网页吗?如果能,我也想知道

<div style='height:30px;text-align:center'><iframe src="http://www.ip138.com/ip2city.asp" frameborder="0" scrolling="no" width="100%" height="100%"></iframe></div>
<FORM METHOD=POST ACTION="http://www.ip138.com/ips.asp" target="_blank" name="ipform" onsubmit="return checkIP();" style='padding:0px;margin:0px;'>
<div></div>
</form>