How to put a blog into a webpage
This post is for my friend, Shifu67 who wants to know about the way of getting a blog appear in a website.
Firstly, inset frame or 'iframe' is widely use for creating "inset boxes", much like those found in newspapers and magazines. Insets boxes are popular for small mini-articles tangentially related to the main page. For example, this code puts an inline frame on the page, and provides a link for non-IFRAME browsers:
which produces this inline frame (or table, or just a link): Note that we use 'align 'to set the frame aligned to the right side and to have text flow around it.
Result :
Of course we have to change the width, height and align to mix with our webpage.
Firstly, inset frame or 'iframe' is widely use for creating "inset boxes", much like those found in newspapers and magazines. Insets boxes are popular for small mini-articles tangentially related to the main page. For example, this code puts an inline frame on the page, and provides a link for non-IFRAME browsers:
which produces this inline frame (or table, or just a link): Note that we use 'align 'to set the frame aligned to the right side and to have text flow around it.
Result :
Of course we have to change the width, height and align to mix with our webpage.
Loading image
Click anywhere to cancel
Image unavailable
Post a Comment