Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] How to create lines between cells?

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #198966
    knowledgenotebook
    Participant

    Hi,

    I’d like to create lines between cells. Specifically,
    lines connecting dA1 to dB1, dA2 to dB2 and so on. Please see the HTML code at the CodePen below to see exactly what I’d like to do,
    http://codepen.io/knowledgenotebook/pen/xbMaKj

    What CSS code do we need to make it happen?

    Thank you as always.

    #198987
    Senff
    Participant

    Like this?

    http://codepen.io/senff/pen/Joxapx

    If that’s not it, you’ll have to be more specific.

    #198989
    knowledgenotebook
    Participant

    @Senff, yes, and if we are able to remove the extra vertical space using cellspacing:0px, cellpadding:0px or the like that would be all the better, that is, the connection would be stronger visually.

    Many thanks.

    #199132
    knowledgenotebook
    Participant

    Thank you all, in the meantime, it’s not visually pleasing yet…

    #199188
    knowledgenotebook
    Participant

    @gcyrillus, thanks, it’s better than what we had previously. Let me think more on this and then post back.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘CSS’ is closed to new topics and replies.