IFRAME code-embed other pages in a Web page

Source: Internet
Author: User

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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.