Zangeel
05-28-2009, 11:05 AM
So im embedding icons via css / divs like
.icon
{
width:16px;
height:16px;
background-image:url(url.jpg);
}
then i embed like
<div class="icon"></div>
problem is I want this icon to be centered in the page, but its being quite stubborn, center tags, the div attribute align="center", etc, dont work.
.icon
{
width:16px;
height:16px;
background-image:url(url.jpg);
}
then i embed like
<div class="icon"></div>
problem is I want this icon to be centered in the page, but its being quite stubborn, center tags, the div attribute align="center", etc, dont work.