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;
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
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
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
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