Re: [css-d] Redefine All Images

2012-05-11 Thread Philip TAYLOR
D Mark Weiss wrote: Is there a way to make every image put into the site to assume this definition by redefining the 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;

Re: [css-d] Redefine All Images

2012-05-11 Thread Philip TAYLOR
D Mark Weiss wrote: Is there a way to make every image put into the site to assume this definition by redefining the 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 has denotes an ID; t

Re: [css-d] Redefine All Images

2012-05-11 Thread JWN
Mark You wrote: In our site, we want every image to assume this CSS { float:right; padding-left:15px; } Is there a way to make every image put into the site to assume this definition by redefining the tag like .img { float:right; padding-left:15px; } That doesn't seem to work. Thanks

Re: [css-d] Redefine All Images

2012-05-11 Thread Dennis Bixler
Sent: Friday, May 11, 2012 12:04 PM To: css-d@lists.css-discuss.org Subject: [css-d] Redefine All Images In our site, we want every image to assume this CSS { float:right; padding-left:15px; } Is there a way to make every image  put into the site to assume this definition by redefining the tag

[css-d] Redefine All Images

2012-05-11 Thread D Mark Weiss
In our site, we want every image to assume this CSS { float:right; padding-left:15px; } Is there a way to make every image  put into the site to assume this definition by redefining the tag like  .img { float:right; padding-left:15px; } That doesn't seem to work.  Thanks Mark dadwe...@me