CSS settings img property to align the picture horizontally/left/right

Source: Internet
Author: User

The center of the picture CSS has a lot of methods, but in many cases, some methods are invalid, it is not intended to find the official processing of the system Image Center, left, right css writing, like friends can be collected oh

The center of the picture CSS has a lot of methods, but in many cases, some of the methods are not valid, this is a very headache, in the study of the WORDPRSS program, it is not intended to find the official processing of the system Image Center, left, right of the CSS, share!

For example, a picture of the
General Settings Picture Properties Text-align:centre Horizontal Center, but this method is often invalid, after the use of the following notation!

Copy the Code code as follows:
/* Alignment */
. alignleft {
Display:inline;
Float:left;
}
. alignright {
Display:inline;
Float:right;
}
. aligncenter {
Clear:both;
Display:block;
Margin:auto;
}

CSS settings img property to align the picture horizontally/left/right

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.