Note: The Rootsweb Mailing Lists will be shut down on April 6, 2023. (More info)
RootsWeb.com Mailing Lists
Total: 1/1
    1. Re: [FreeHelp] External CSS - Table without borders on all parts
    2. Ralph Taylor via
    3. RE: "How do you write a borderless (invisible) table for external CSS?" Doing it with HTML, rather than CSS is cleaner: <.table border="0" ....> But, if you must use CSS: table.noborders { border: none; } And then in the HTML code: <.table class="noborders" ..> -rt_/)

    02/15/2016 06:51:17