is it possible to change image properties (like padding, margin, border color) directly inside the html (inside the img tag) ... rather than making a class and changing the css...
i think it is possible so i tried it....
<img src="star.gif" border=10 bordercolor="#004080" padding=20 margin=30>
and the border shows up... but the rest of the specs do not register...
(bordercolor, padding, and margin are non existant)
am i using the wrong tags?
do i need semicolons in between?
what could be the problem?
Thanks
so to get it straight... the only way to add padding and margins is in the css?
or to make a table and put the image inside of it? that is possible too right?
i think it is possible so i tried it....
<img src="star.gif" border=10 bordercolor="#004080" padding=20 margin=30>
and the border shows up... but the rest of the specs do not register...
(bordercolor, padding, and margin are non existant)
am i using the wrong tags?
do i need semicolons in between?
what could be the problem?
Thanks

so to get it straight... the only way to add padding and margins is in the css?
or to make a table and put the image inside of it? that is possible too right?