colspan="1/2"?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • yawnmoth

    colspan="1/2"?

    I'd like to make one entry within a particular column have a second
    column within it. eg.

    |-----|
    |--|--|
    |-----|

    One way to do this would be to set colspan to 2 for the first and third
    columns, but... might it, instead, be possible to do something like
    setting colspan to 1/2 for the second column?

    Doing this would mean that I wouldn't have to repeat the same blurp of
    text over and over again, and would, ultimately, result in a much
    smaller file.

  • Harlan Messinger

    #2
    Re: colspan="1/2"?

    yawnmoth wrote:
    I'd like to make one entry within a particular column have a second
    column within it. eg.
    >
    |-----|
    |--|--|
    |-----|
    >
    One way to do this would be to set colspan to 2 for the first and third
    columns, but... might it, instead, be possible to do something like
    setting colspan to 1/2 for the second column?
    No.

    Comment

    • Doug Laidlaw

      #3
      Re: colspan="1/2"?

      Harlan Messinger wrote:
      yawnmoth wrote:
      >I'd like to make one entry within a particular column have a second
      >column within it. eg.
      >>
      >|-----|
      >|--|--|
      >|-----|
      >>
      >One way to do this would be to set colspan to 2 for the first and third
      >columns, but... might it, instead, be possible to do something like
      >setting colspan to 1/2 for the second column?
      >
      No.
      A good try, anyway. I would create a second table within that cell, or you
      could use CSS containers the same way.

      Doug.
      --
      The place for the knocker is outside the door.
      - W.G.P.

      Comment

      Working...