Quote:
Originally Posted by Stever
Hey Mozilla users. why does the gallery not line up as nice as viewed in IE. what are the coding nuances to get FireFox to interpret tables nicely. It seems to show things differently each time you load a page. Why is this?
|
Try changing your charset definition (in meta tag at top of page) from
charset=windows-1250 to charset=iso-8859-1.
You might also want to include a doc type declaration, as the very first line at the top of the code
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">