Alignment in IE
I've got the alignment issue that shows in IE, this is the page:
there's a big gap between the picture and the copy at the first paragraph, Does anybody know how to write css code to minimize the gap?
Thanks for your help!!
Answers
The content of your TD elements seems to be floating left when it doesn't need to be. I think that's probably causing the IE issue.
You really shouldn't be using TABLE elments to layout your page unless it's actual tabular data.