Search found 1 match

by Serena
Tue Jun 24, 2008 6:29 pm
Forum: Styles, Stylesheets and XML
Topic: picture in list setting off alignment
Replies: 3
Views: 2561

Re: picture in list setting off alignment

I had the same alignment problem. Solved it by adding the following to my CSS file:

Code: Select all

img
{
    vertical-align: middle;
}