One, fixed location of the IFRAME code:
<div align=center><iframe src= "http://weather.265.com/weather.htm" frameborder=0 marginwidth=0 Marginheight=0 scrolling=no style= "width168:px;height:50px;" width=168 height=50 scrolling=no allowtransparency= "true" ></iframe></div >
The effect is as follows:
Description: This is an application example embedded with weather forecast. This effect is most commonly used. which
1, "http://weather.265.com/weather.htm" is the address of the embedded Web page;
2,width= "168px" height= "50px" for the embedded Web page width and height, the larger the number, the larger the range; to hide the display of embedded content, you can set these two values to 0;
3,scrolling= "No" for the embedded Web page scrolling settings, when the content range is large, you can set to allow scrolling to scrolling= "yes". allowtransparency= "True" to allow transparent setting, change true to no is opaque. Same
4, frameborder=0 for the embedded Web page border settings, 0 for no border, 1 for the border thickness, the larger the value of the border thicker. Same
5, Marginwidth=0 marginheight=0 set the distance between the embedded Web page to the margin, 0 represents the boundless distance.