D Mark Weiss wrote:

Is there a way to make every image  put into the site to assume this
definition by redefining the <img > tag

like

.img
{
float:right;
padding-left:15px;
}


That doesn't seem to work.

Remove the leading period.  A leading period denotes a class,
a leading hash denotes an ID; the absence of both denotes
an element, which is what an <IMG> is.

Philip Taylor
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to