- This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- The forum ‘CSS’ is closed to new topics and replies.
The forums ran from 2008-2020 and are now closed and viewable here as an archive.
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.
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.
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
thanks. where would the vertical-align property go in the table?
never mind. figured it went in the css lol. thanks!!
I could go into floats etc. but since you already have a table….
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.