Results 1 to 5 of 5

Thread: Layout variation

  1. #1
    Platinum+ Member
    Join Date
    Nov 2004
    Location
    India
    Posts
    629

    Layout variation

    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

  2. #2

  3. #3
    Head Honcho Administrator Reverend's Avatar
    Join Date
    Apr 2002
    Location
    England
    Posts
    14,737
    Try replacing the p aligns with <br />

    Instead of:

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

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

    =========== Please Read The Forum Rules ===========

  4. #4
    Triple Platinum Member
    Join Date
    Aug 2004
    Posts
    805
    If you must use a WSIWYG editor try NVU. It gives a better code than FrontPage.

  5. #5
    Platinum+ Member
    Join Date
    Nov 2004
    Location
    India
    Posts
    629
    Thanks rev & rohit.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •