Back to Forums








View Full Version : Layout variation


tarun
December 12th, 2005, 16:42 PM
http://tarunk.bizhat.com/ looks different in IE 6 and FF 1.5.

I want it to look the way it does in IE6.

HTML (http://tarunk.bizhat.com/fpcode.txt)

tarun
December 13th, 2005, 07:37 AM
http://img215.imageshack.us/img215/166/comparison3hc.th.jpg (http://img215.imageshack.us/my.php?image=comparison3hc.jpg)

direct - http://img215.imageshack.us/img215/166/comparison3hc.jpg

Reverend
December 13th, 2005, 21:55 PM
Try replacing the p aligns with <br />

Instead of:

<li><p align="left"><font face="Trebuchet MS" style="font-size: 10pt">Led Zeppelin</font></li>

Use:

<li><font face="Trebuchet MS" style="font-size: 10pt">Led Zeppelin</font></li><br />

rohitk89
December 14th, 2005, 03:55 AM
If you must use a WSIWYG editor try NVU (http://www.nvu.com/). It gives a better code than FrontPage.

tarun
December 14th, 2005, 03:59 AM
Thanks rev & rohit.