Home Forums Weaver Xtreme Theme Weaver Xtreme 4.0 and Weaver Xtreme Theme Support 4.0 now live

Viewing 2 posts - 65 through 66 (of 66 total)
  • Author
    Posts
  • #55380
    Dave
    Participant

    Yikes!

    If I do that, it totally removes all table formatting.

    When I use Scrambler’s code (below), it corrects this nicely without affecting the integrity of other tables.

    table,td,th{border:none;}

    Is this the way the theme will behave, thereby having to insert Scrambler’s code, or should I wait for later builds and see what develops?

    Best,
    David

    #55381
    scrambler
    Moderator

    @weaver, I think you made a mistake in the theme no border styling.

    You used

    #content tr td {border:none;}

    Which is too strong of a selector.

    I think the proper CSS would be just

    tr td {border:none;}

     

     

Viewing 2 posts - 65 through 66 (of 66 total)
  • You must be logged in to reply to this topic.