Click to See Complete Forum and Search --> : Help with Tables... IE vs. Firefox


iwinatcookie
03-02-2007, 09:59 AM
Hi, I have just a quick question. I'm designing a website for my sorority and put together a test page to see how it will look.. It aligns properly when I view it in Firefox, but when I view it in Explorer, the alignment is a bit off. Just wondering if anyone would be willing to take a look at the code for me and help me fix this, as I want people to be able to view it properly in any browser.. Thanks for any help, here is the URL: http://www3.baylor.edu/kappadelta/test.htm

ryanbutler
03-02-2007, 10:10 AM
I view no alignment issues. The only thing that I see that is off is your header class:

p.header {
text-align: right;
font-size: 24px;
font-weight: bold;
line-height: 20px;
}

You would be better served by removing line-height and adding a top margin of the same value.

You could set line-height on the paragraphs as that is suited for increased vertical offset between lines. Other than that, I see no problems.