Valign=top doesn't always work

K

Karl Seguin

Hey Arne,
Thanks for asking twice (to the wrong newsgroup). Your stylesheet has the
following:

TD {
vertical-align: baseline;

FONT-WEIGHT: normal;
word-spacing: normal;
letter-spacing: normal;
text-transform: none;
font-family: Arial, Helvetica, sans-serif;
}

thus all TDs are being vertically aligned to the baseline...simply remove
that first style

Karl
 
D

Dave Fancher

If the vertical-align: baseline; in your stylesheet is important to the rest
of your site, removing it from the stylesheet may not be a viable option.
You can use style="vertical-align: top;" in the TD elements that you need to
align at the top to override the stylesheet setting.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,049
Latest member
Allen00Reed

Latest Threads

Top