Template Atriumax alignleft | Develop Site

The next problem is the template I wont striumax and goes to see what you have to add the tag align = "left" with the problem that this is no longer accepted as XHTML and therefore considers the error W3C
The project is based on WordPress with TinyMCE editor that lets you use a class AlignLeft . To do this you have to edit the style.css

We then add the following code:

img.centered, .aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left;
}

and

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}

English
Taxonomy upgrade extras [en:field:taxonomyextra:blog:label]: