Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Karin Rogers 8 posts 88 karma points
    Feb 01, 2017 @ 12:51
    Karin Rogers
    0

    Table borders

    Such a basic question I'm sure but I've inserted a table on a page but cannot get the gridlines / borders to display. I see in table properties that there is a 'border' section but can't figure out what I'm supposed to enter.

  • Dennis Adolfi 1082 posts 6450 karma points MVP 6x c-trib
    Feb 01, 2017 @ 19:00
    Dennis Adolfi
    0

    Hi Karin.

    Try adding the value: 1 to your table border. (Translates to 1 pixel of table border)

    Best of luck!

  • Karin Rogers 8 posts 88 karma points
    Feb 02, 2017 @ 07:12
    Karin Rogers
    0

    Thanks - tried that but it doesn't seem to work. Could be a facility that the developers have suspended?

    Karin

  • Dennis Adolfi 1082 posts 6450 karma points MVP 6x c-trib
    Feb 06, 2017 @ 07:52
    Dennis Adolfi
    0

    Maybe, not sure if the developer could have suspended it?

    So nothing happens when you add the value 1 for the table border?

    Can you inspect the markup beeing rendered, and post here?

  • Karin Rogers 8 posts 88 karma points
    Feb 06, 2017 @ 07:56
    Karin Rogers
    0

    Sorry - being a dunce. What do you mean by the "markup being rendered?"

  • Dennis Adolfi 1082 posts 6450 karma points MVP 6x c-trib
    Feb 06, 2017 @ 08:08
    Dennis Adolfi
    0

    Sorry, I refered to the html that the "Inset table" function in the Richtext editor pastes into the editor, and which later gets displayed/rendered on your website.

    Have a look at this short clip, maybe it clears things out:

    enter image description here

    enter image description here

    Hope this helps in some way..

  • Karin Rogers 8 posts 88 karma points
    Feb 06, 2017 @ 08:31
    Karin Rogers
    0

    This is the source code on the published page

     Heading 1 Heading 2   Heading 3 Heading 4 
     Text Text  Text   Text
     Text  Text  Text  Text

     

  • Karin Rogers 8 posts 88 karma points
    Feb 06, 2017 @ 08:32
    Karin Rogers
    0
    Heading 1 Heading 2 Heading 3 Heading 4
    Text Text Text Text
    Text Text Text Text

  • Karin Rogers 8 posts 88 karma points
    Feb 06, 2017 @ 08:33
    Karin Rogers
    0

    The code seems to be the same as yours - can't tell why it doesn't show the border

  • Karin Rogers 8 posts 88 karma points
    Feb 06, 2017 @ 08:46
    Karin Rogers
    0

    Thank you for your help. It has made sense - still can't work out why the borders don't show. Oh well, maybe it's destined not to be. Karin

  • Chriztian Steinmeier 2800 posts 8791 karma points MVP 8x admin c-trib
    Feb 06, 2017 @ 09:01
    Chriztian Steinmeier
    101

    Hi Karin,

    It's most likely being suppressed by a stylesheet rule, e.g. somewhere in a CSS file, there's a line that looks similar to this:

    table, table td, table th { border: none !important; }
    

    Hope that helps,

    /Chriztian

  • Karin Rogers 8 posts 88 karma points
    Feb 06, 2017 @ 09:11
    Karin Rogers
    0

    Thank you Chriztian.
    That sounds likely. I'll see if I can find it.

    Karin

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies