Click to See Complete Forum and Search --> : displaying issue in mozilla firefox


kons4all
07-09-2007, 07:14 PM
Hi to one and all,
I am new member of this site. I have a small doubt in display of webpage. I designed a page in css and it looks good in Internet Explorer (IE). But, when I view that in Mozilla Firefox the graphics move down and it looks in a haphazard way. I tried to remove the align command but it didn't helped me. I used Microsoft Frontpage to design my site. So, can anyone tell me how to fix that issue.:confused:

Kevey
07-09-2007, 07:17 PM
1. Make sure you have a valid doctype:
http://www.w3.org/QA/2002/04/valid-dtd-list.html

2. Validate your html:
http://validator.w3.org/

3. Validate your css:
http://jigsaw.w3.org/css-validator/

This will usually cure most issues. If not, post the code or link and someone will figure it out.

gizmo
07-10-2007, 11:29 AM
I gather Frontpage churns out a lot of garbage that only IE understands. It is highly unlikely to validate unless put through HTML Tidy first.