Defaultsettings for all images in CSS - Joomla! Forum - community, help and support
below htmlcode image.
i make changes default settings images in templates- css-file images have these attributes default.
can me this?
code: select all
<img style="margin-right: 5px; border: 2px solid #666666; float: left;" src="images/sneeuwlandschap.jpg" />i make changes default settings images in templates- css-file images have these attributes default.
can me this?
add these codes template css:
code: select all
img {
margin-right: 5px;
border: 2px solid #666666;
float: left;
}
Comments
Post a Comment