jeddi
04-07-2009, 07:32 PM
Hello
I have two images that have dimensions at
92px x 92px and at 120px x 120px
I want then displayed neatly next to each other so
I tried to give them dimensions via the CSS like
this:
<a href="about.php"><img class="seal" src="images/guarantee_gray.gif" alt="guarantee" title = "guarantee" ></a>
<a href="about.php"><img class="seal" src="images/money-back.gif" alt="money back" title = "money back" ></a>
and css:
.seal {
width: 90px;
height:90px;
}
Unfortunately they do not comply :confused:
They dsplay at there own normal size.
What have I done wrong ?
Any help appreciated !
Thanks :)
I have two images that have dimensions at
92px x 92px and at 120px x 120px
I want then displayed neatly next to each other so
I tried to give them dimensions via the CSS like
this:
<a href="about.php"><img class="seal" src="images/guarantee_gray.gif" alt="guarantee" title = "guarantee" ></a>
<a href="about.php"><img class="seal" src="images/money-back.gif" alt="money back" title = "money back" ></a>
and css:
.seal {
width: 90px;
height:90px;
}
Unfortunately they do not comply :confused:
They dsplay at there own normal size.
What have I done wrong ?
Any help appreciated !
Thanks :)