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. JFlorian 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" ....> ======== The CSS takes over the HTML versions, hence, the need for a CSS borderless table. Or, could I change the "table" to a new name here and let "table" stand for a borderless table in the CSS? /* ======================= all links ========================== */ img { border: none; } table { width: 100%; margin: 2px auto; border:ridge 2px #aaa; padding: 5px; border-collapse: collapse; border-spacing: 0; } table td { border:ridge 2px #aaa; padding: 5px; }

    02/15/2016 01:20:51