RootsWeb.com Mailing Lists
Total: 1/1
    1. [FreeHelp]Re: Padding in tables
    2. Bill Gentry
    3. At 10:27 PM 8/19/2018, you wrote: >Date: Sun, 19 Aug 2018 20:10:46 -0400 >From: JFlorian <cageycat@gmail.com> >Subject: [FreeHelp]Re: Ext CSS tables >To: Freepages Web Sites <freepages-help@rootsweb.com> >Message-ID: > <CAE5hz-DW1C3vaZvsEM5wZnYCRbRS_6qdCxXDKB=0EsFyocT8Vw@mail.gmail.com> >Content-Type: text/plain; charset="UTF-8" > >Okay, I just removed other tables in CSS. So this ><....table cellpadding="3" cellspacing="0" width="100%"> > <..tr> > <...td width="50%"></td> > <...td width="50%"></td> > </tr> > <tr> > <td width="50%"></td> > <td width="50%"></td> > </tr> ></table> > >Should be just a plain, thin row, table, like the ones I showed. But it >isn't. Instead, it looks like I could fit 3 lines in each cell, as if it >has padding or margins or whatever it's called. > >I don't understand why it's behaving like this. > >The triple borders I named table1 and table2. So a Frontpage "table" >cannot be picking up their settings, right? I'm lost. Tempted to make all >table pages stay as html only.... and only convert the rest of the site to >css. > >Again, any ideas why table is producing a thing 3x as big as it should? > >------------------------------ ************************** In your table definition you have included "cellpadding = '3'". This is going to add extra spacing on all margins within each cell. Try changing that to "cellpadding='0'" and see what happens. Bill

    08/20/2018 08:28:59