Hi All
We are changing the home page on our bunting site and are going to use the best seller layout to get more of our product on the home page.
I want to center the images (i've changed the valign=top to center) but they still start left. So far I have:
1) tried to add an align="center" comand around the image
2) tried to add an align command as part of the <div> setting
3) added a
to the end of the style sheet and then added
within the image specification (before the width)
None of these work!
I wondered if anyone could point out where I'm going wrong.
Cheers D
We are changing the home page on our bunting site and are going to use the best seller layout to get more of our product on the home page.
I want to center the images (i've changed the valign=top to center) but they still start left. So far I have:
1) tried to add an align="center" comand around the image
2) tried to add an align command as part of the <div> setting
3) added a
.centeredImage
{
text-align:center;
display:block;
}
{
text-align:center;
display:block;
}
class="centeredImage"
None of these work!
I wondered if anyone could point out where I'm going wrong.
Cheers D
Comment