Forums

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

Home Forums CSS tables

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #45859
    danielc2384
    Participant

    just wondering how can I get the youtube video to allign with the two images beside it?
    For some reason it’s alligning to the botton of it’s cell.

    #140700
    Paulie_D
    Member

    Don’t use tables?

    I mean…nobody does that any more except for actual tabular data.

    Other than that, you might try the `vertical-align` property.

    #140701
    danielc2384
    Participant

    lol. i was thinking of using css but dont know it very well.

    how can i display those boxes the in the table in css?

    so 3 rows across and then another three rows under that

    #140702
    danielc2384
    Participant

    thanks. where would the vertical-align property go in the table?

    never mind. figured it went in the css lol. thanks!!

    #140706
    Paulie_D
    Member

    I could go into floats etc. but since you already have a table….

    http://phrogz.net/css/vertical-align/

    #140707
    elmsoftware
    Member

    Chris’ [https://css-tricks.com/dont-overthink-it-grids/](https://css-tricks.com/dont-overthink-it-grids/ “Don’t Overthink it grids”) post might be helpful if you do chose to go the non-table approach.

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