how to adjust image margin (General)
Hi!
I want to put margin of any image all the seame as follows:
<img syle="margin:5px" src="http://www.abc.com/...">
Where should I change?
Really all images?!
In style.css change
img { border: 0px } to
img { border: 0px; margin: 5px }
--
Cheers,
Alfie (Helmut Schütz)
BEBA-Forum (v1.8β)