• http://jwktdr.com/profleet4/contact-us-2/ shows a border even though HTML entered for that page in multi-color theme says:

    <table cellspacing="5" cellpadding="5" border="0"  align="center" width="550" height="80">
    <tbody>
    <tr align="left">
    <td>

    I’m sure there’s a logical explanation that changing 0 to 3 has no effect. Hint: at one point, editing that first line affected the color of the *text* within the frames, definitely accessing some style sheet. Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • I don’t actually see a border in Chrome – are you seeing in any specific browser? If you want to force the border to not show on a table though you can use CSS like this:

    table{
    border: none;
    }
    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    shows a border even though HTML entered for that page in multi-color theme

    Can you specify which border you’re looking at? Which element?

    Thread Starter ChrisDLA

    (@chrisdla)

    Hmmm–can’t show it any more because somehow I fixed it. But thanks.

    Glad it’s fixed for you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Why is border width being overridden?’ is closed to new replies.