displaying issue in mozilla firefox

windows

Guest
Hi to one and all,<br />
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:<!--content-->1. Make sure you have a valid doctype: <br />
<!-- m --><a class="postlink" href="http://www.w3.org/QA/2002/04/valid-dtd-list.html">http://www.w3.org/QA/2002/04/valid-dtd-list.html</a><!-- m --><br />
<br />
2. Validate your html:<br />
<!-- m --><a class="postlink" href="http://validator.w3.org/">http://validator.w3.org/</a><!-- m --><br />
<br />
3. Validate your css:<br />
<!-- m --><a class="postlink" href="http://jigsaw.w3.org/css-validator/">http://jigsaw.w3.org/css-validator/</a><!-- m --><br />
<br />
This will usually cure most issues. If not, post the code or link and someone will figure it out.<!--content-->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.<!--content-->
 
Top