Previous page | Building & Styling Applications & Sites | Next page |
Inserting an I-frame |
I-Frames insert another HTML document onto an editable surface - such as the Google map fragment shown above. In most practical uses the 'parent' page provides some HTML to insert into the source view of the page. For example: <iframe frameborder="0" height="300" marginheight="0" marginwidth="0" scrolling="no" src="https://maps.google.com/maps?hl=en&ie=UTF8&ll=40.759505,-73.984669& This is shown on the neatComponents surface with a placeholder 'IFRAME' marker until the surface or page is saved, when the remote HTML contents are rendered. How to... The I-Frame location can be in line-of-text, or set using a Table or by using <DIV> positioning |