How to add a margrin around my Article Images? - Joomla! Forum - community, help and support
right using fck editor , have set loads style sheet. when add margin around images not show because default in style sheet set 0 when add 3px margin style sheet changes margins images on site how can set changes margins images in articles?
this have in style sheet images
img{
margin: 0;
padding: 3px 3px 3px 3px;
border: 1px;
border-collapse: collapse;
}
this have in style sheet images
img{
margin: 0;
padding: 3px 3px 3px 3px;
border: 1px;
border-collapse: collapse;
}
for image example positioned left of text, can place image in between 2 div tags , use inline css style it:
code: select all
<div style="border: 1px solid; float: left; padding: 3px 3px 3px 3px; margin-right: 10px;">
... code here ....
</div>
Comments
Post a Comment