Layout preview in IE6 different from DW Design Space
How do I solve this?
kaymeis
4:39 pm on Aug 25, 2006 (gmt 0)
Hi,
I jsut finished designing a two column table for the Index page of my website. However, when I previewed it on my browser, it looked different. Some of the text styled in CSS looks like plain text, the font-size for the website title(set for 24 px) look like a 10 .How do I solve this?
Dabu The Dragon
6:08 pm on Aug 25, 2006 (gmt 0)
Is it possible that IE6 could be having a problem with your CSS font size format. e.g. px vs cm. Or maybe the font naming structure is the problem.
Like if you want to use 'arial' you may have to use 'Arial, Helvetica, sans-serif'. If that doesn't work, check your html tag structure. One tag out of place can cause this sort of thing as well.
jessejump
5:32 pm on Aug 26, 2006 (gmt 0)
Make a new page - same setup add CSS, see if it works.
kaymeis
11:23 am on Aug 30, 2006 (gmt 0)
Thanx. I've finally found what the problem is. I forgot to save the stylesheet. Seems the little problems cause the most heahaches.