Hi,
I am trying to aling an image to center on an article but always appear in the right or left position.
I couldn't upload a picture I am sorry.
normanUK wrote:This really depends on which article item or any other element used in article so please post a link to your page so we can check.
See you around...
.articleContent img {
float: none!important;
margin-left: auto!important;
margin-right: auto!important;
display: block!important;
}
style="margin-left:auto; margin-right:auto; float:none;"
<p>
<img src="/UNA/images/UNA/RECURSOS/DIRECCION/Evaluacion-tecnica-inst/foto-divulgacionaautoins.jpg" alt="foto-divulgacionaautoins">
</p>
<p>
<img src="/UNA/images/UNA/RECURSOS/DIRECCION/Evaluacion-tecnica-inst/foto-divulgacionaautoins.jpg" alt="foto-divulgacionaautoins" style="margin-left:auto; margin-right:auto; float:none;">
</p>
