W3Schools.com

Image align Property

Image Object Reference Image Object

Definition and Usage

The align property sets or returns the value of the align attribute of an image.

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

Syntax

imageObject.align=value

The align property can have one of the following values:

Value Description
left Align the image to the left
right Align the image to the right
middle Align the image in the middle
top Align the image at the top
bottom Align the image 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 image to the right of a text:

<html>
<head>
<script type="text/javascript">
function alignImg()
{
document.getElementById("compman").align="right";
}
</script>
</head>
<body>

<img id="compman" src="compman.gif" alt="Computerman" />
<p>Some text. Some text. Some text. Some text.</p>
<input type="button" onclick="alignImg()" value="Align Image" />

</body>
</html>

Try it yourself »


Image Object Reference Image 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