no vertical lines between cells

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

    no vertical lines between cells

    hi, I got this css definition and the table got no vertical lines between
    the cells, why not?:
    <table style="border:t hin solid black">
    Thank you!

    --
    chEErs roN
    kEEp on rockin'


  • Els

    #2
    Re: no vertical lines between cells

    roN wrote:
    [color=blue]
    > hi, I got this css definition and the table got no vertical lines between
    > the cells, why not?:
    > <table style="border:t hin solid black">[/color]

    Cause that's a border on the table, not on the cells :-)

    --
    Els http://locusmeus.com/
    Sonhos vem. Sonhos vão. O resto é imperfeito.
    - Renato Russo -

    Comment

    • roN

      #3
      Re: no vertical lines between cells

      Els wrote:[color=blue]
      > roN wrote:
      >[color=green]
      >> hi, I got this css definition and the table got no vertical lines
      >> between the cells, why not?:
      >> <table style="border:t hin solid black">[/color]
      >
      > Cause that's a border on the table, not on the cells :-)[/color]

      okay I changed the definition to the td tag but then, the borders had some
      space between each other ok, so I defined
      border-spacing:0px in the table tag but now the borders where one cells
      touches the other are double size of the definition, how to pretend? thank
      you!

      --
      chEErs roN
      kEEp on rockin'


      Comment

      • Els

        #4
        Re: no vertical lines between cells

        roN wrote:
        [color=blue]
        > Els wrote:[color=green]
        >> roN wrote:
        >>[color=darkred]
        >>> hi, I got this css definition and the table got no vertical lines
        >>> between the cells, why not?:
        >>> <table style="border:t hin solid black">[/color]
        >>
        >> Cause that's a border on the table, not on the cells :-)[/color]
        >
        > okay I changed the definition to the td tag but then, the borders had some
        > space between each other ok, so I defined
        > border-spacing:0px in the table tag but now the borders where one cells
        > touches the other are double size of the definition, how to pretend? thank
        > you![/color]

        border-collapse:collap se;

        --
        Els http://locusmeus.com/
        Sonhos vem. Sonhos vão. O resto é imperfeito.
        - Renato Russo -

        Comment

        • Jukka K. Korpela

          #5
          Re: no vertical lines between cells

          "roN" <NOspam@hotmail .com> wrote:
          [color=blue][color=green][color=darkred]
          >>> hi, I got this css definition and the table got no vertical lines
          >>> between the cells, why not?: <table style="border:t hin solid
          >>> black">[/color]
          >>
          >> Cause that's a border on the table, not on the cells :-)[/color]
          >
          > okay I changed the definition to the td tag[/color]

          It's generally better to use an external style sheet, or at least a
          <style> element, than to embed style sheet rules into tags.
          [color=blue]
          > but then, the borders
          > had some space between each other ok,[/color]

          Yes.
          [color=blue]
          > so I defined
          > border-spacing:0px in the table tag[/color]

          That property is not supported by IE.
          [color=blue]
          > but now the borders where one
          > cells touches the other are double size of the definition,[/color]

          As defined. The way to prevent that is
          border-collapse: collapse
          for the table element.
          [color=blue]
          > how to pretend?[/color]

          What would you like to pretend?

          --
          Yucca, http://www.cs.tut.fi/~jkorpela/

          Comment

          • Big Bill

            #6
            Re: no vertical lines between cells

            On Sun, 10 Jul 2005 20:36:03 +0200, Els <els.aNOSPAM@ti scali.nl>
            wrote:
            [color=blue]
            >roN wrote:
            >[color=green]
            >> hi, I got this css definition and the table got no vertical lines between
            >> the cells, why not?:
            >> <table style="border:t hin solid black">[/color]
            >
            >Cause that's a border on the table, not on the cells :-)[/color]

            Els, you're so clever.

            BB
            --
            www.kruse.co.uk/ seo@kruse.demon .co.uk
            seo that watches the river flow...
            --

            Comment

            • Els

              #7
              Re: no vertical lines between cells

              Big Bill wrote:
              [color=blue]
              > On Sun, 10 Jul 2005 20:36:03 +0200, Els <els.aNOSPAM@ti scali.nl>
              > wrote:
              >[color=green]
              >>roN wrote:
              >>[color=darkred]
              >>> hi, I got this css definition and the table got no vertical lines between
              >>> the cells, why not?:
              >>> <table style="border:t hin solid black">[/color]
              >>
              >>Cause that's a border on the table, not on the cells :-)[/color]
              >
              > Els, you're so clever.[/color]

              Well thank you!


              (no, I didn't miss the slight sarcasm there <g> )

              --
              Els http://locusmeus.com/
              Sonhos vem. Sonhos vão. O resto é imperfeito.
              - Renato Russo -

              Comment

              • Big Bill

                #8
                Re: no vertical lines between cells

                On Mon, 11 Jul 2005 11:38:07 +0200, Els <els.aNOSPAM@ti scali.nl>
                wrote:
                [color=blue]
                >Big Bill wrote:
                >[color=green]
                >> On Sun, 10 Jul 2005 20:36:03 +0200, Els <els.aNOSPAM@ti scali.nl>
                >> wrote:
                >>[color=darkred]
                >>>roN wrote:
                >>>
                >>>> hi, I got this css definition and the table got no vertical lines between
                >>>> the cells, why not?:
                >>>> <table style="border:t hin solid black">
                >>>
                >>>Cause that's a border on the table, not on the cells :-)[/color]
                >>
                >> Els, you're so clever.[/color]
                >
                >Well thank you!
                >
                >
                >(no, I didn't miss the slight sarcasm there <g> )[/color]

                I was being sarcastic...but I meant it too!

                BB
                --
                www.kruse.co.uk/ seo@kruse.demon .co.uk
                seo that watches the river flow...
                --

                Comment

                • Els

                  #9
                  Re: no vertical lines between cells

                  Big Bill wrote:
                  [color=blue]
                  > On Mon, 11 Jul 2005 11:38:07 +0200, Els <els.aNOSPAM@ti scali.nl>
                  > wrote:
                  >[color=green]
                  >>Big Bill wrote:
                  >>[color=darkred]
                  >>> On Sun, 10 Jul 2005 20:36:03 +0200, Els <els.aNOSPAM@ti scali.nl>
                  >>> wrote:
                  >>>
                  >>>>roN wrote:
                  >>>>
                  >>>>> hi, I got this css definition and the table got no vertical lines between
                  >>>>> the cells, why not?:
                  >>>>> <table style="border:t hin solid black">
                  >>>>
                  >>>>Cause that's a border on the table, not on the cells :-)
                  >>>
                  >>> Els, you're so clever.[/color]
                  >>
                  >>Well thank you!
                  >>
                  >>
                  >>(no, I didn't miss the slight sarcasm there <g> )[/color]
                  >
                  > I was being sarcastic...but I meant it too![/color]

                  In which case I replied correctly ;-)

                  --
                  Els http://locusmeus.com/
                  Sonhos vem. Sonhos vão. O resto é imperfeito.
                  - Renato Russo -

                  Comment

                  Working...