W3Schools.com

IFrame align Property

Frame/IFrame Object Reference Frame/IFrame Object

Definition and Usage

The align property sets or returns the value of the align attribute in an iframe element.

The align attribute specifies the horizontal and vertical alignment of an iframe according to the surrounding element.

Tip: The iframe element is an inline element (it does not insert a new line on a page), meaning that text and other elements can wrap around it. Therefore, it can be useful to specify the alignment of the iframe according to surrounding elements.

Syntax

iframeObject.align=value

The align property can have one of the following values:

Value Description
left Align the iframe to the left
right Align the iframe to the right
middle Align the iframe in the middle
top Align the iframe at the top
bottom Align the iframe at the bottom


Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

The align property is supported in all major browsers.


Example

Example

Align an iframe to the right:

<html>
<body>

<p>This is some text. This is some text. This is some text.
<iframe id="myframe" src="/default.asp">
<p>Your browser does not support iframes.</p>
</iframe>
This is some text. This is some text. This is some text.</p>

<script type="text/javascript">
document.getElementById("myframe").align="right";
</script>

</body>
</html>

Try it yourself »


Frame/IFrame Object Reference Frame/IFrame Object
WEB HOSTING
Best Web Hosting
PHP MySQL Hosting
Best Hosting Coupons
UK Reseller Hosting
Cloud Hosting
Top Web Hosting
$7.95/mo SEO Hosting
Premium Website Design
WEB BUILDING
XML Editor - Free Trial!
FREE Website BUILDER
Free Website Templates Free CSS Templates
Make Your Own Website
W3SCHOOLS EXAMS
Get Certified in:
HTML, CSS, JavaScript, XML, PHP, and ASP
W3SCHOOLS BOOKS
New Books:
HTML, CSS
JavaScript, and Ajax
STATISTICS
Browser Statistics
Browser OS
Browser Display
SHARE THIS PAGE