Announcement

Collapse
No announcement yet.

IE & FF display

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    IE & FF display

    http://www.baypressservices.com/acat...ng_Blocks.html


    Hi
    The spacing on the above link displays wrong in IE and correctly in FF.
    Is there anything I can do to correct this?

    Thanks
    Dave
    www.baypressservices.com

    #2
    Does removing the "/" at the end of each line correct the problem.

    Edit: Please ignore the above suggestion (from a non-expert)
    Darren Guppy
    Golf Tee Warehouse
    Golf Tees and Golf Accessories.

    Comment


      #3
      The trailing / is correct HTML. Don't remove it.

      Your problem is likely to be because these items are within a table and neither the table or the TD cell have a width defined. This allows the browser to decide on how to lay out the table.

      The line that starts this table is
      Code:
      <table cellpadding="2" cellspacing="0" border="0"><tr><td valign="top">
      Locate that in Design view and add a width to either the table or TD and see if that fixes things.
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment


        #4
        Norman

        Worked perfectly.

        Thanks
        Dave
        www.baypressservices.com

        Comment

        Working...
        X