Tables

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Peter Morris

    #1

    Tables

    Newbie here.

    I'm hasving trouble with tables in Visual Web Developer Express.

    I've set cellspacing and cellpadding to zero, but there's spaces around
    objects in my table.

    Any idea what's going wrong?


  • Prem Kumar

    #2
    RE: Tables

    Hi

    Check whether you have assigned some width for every table cell (<td>),
    which is giving you this experience. Try to set the width as zero and see how
    it appears.

    Prem

    Comment

    • Hans Kesting

      #3
      Re: Tables

      Newbie here.
      >
      I'm hasving trouble with tables in Visual Web Developer Express.
      >
      I've set cellspacing and cellpadding to zero, but there's spaces around
      objects in my table.
      >
      Any idea what's going wrong?
      Where do you see those spaces? In the designer or in the resulting
      webpage in the browser?
      The designer might show spaces (and borders) to make the layout clear.
      If in the browser, check the resulting html code ("view source") to see
      if you can find a reason for those spaces there.

      Hans Kesting


      Comment

      Working...