View Single Post
Old 2005-05-17, 03:18 AM   #15
Toby
Lonewolf Internet Sales
 
Toby's Avatar
 
Join Date: Mar 2005
Location: Houston
Posts: 4,826
Send a message via ICQ to Toby
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">
Toby is offline   Reply With Quote