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;
}

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

Popular posts from this blog

CS5 Adobe Media Encoder: Encode failed because the source duration is nil.

cf_sql_integer vs cf_sql_bigint vs cf_sql_int??

localhost/joomla15/administrator doesnt work - Joomla! Forum - community, help and support