Tagged Questions

2
votes
4answers
101 views

Border-styles on CSS table-like matrix, without extra classes

I'm making a table-like layout using only CSS. With all the cells set to float:left the container .matrix is wide enough for 4 cells horizontally. <div class="matrix"> <!-- first row ...
2
votes
1answer
59 views

tableless CSS problem

In general I know how to use css but not advanced css So I need some help in order to start. Unfortunately I can't find any good and decent guide for tables without css and the part I want to do is ...
0
votes
1answer
369 views

HTML+CSS: combining <UL>/<OL> and faux-tabular format

I have a hierarchical table I want to display in HTML. The <ul> and <ol> tags work great for the hierarchical part of things, but I want to have 2 or 3 columns total where the leftmost ...
0
votes
4answers
561 views

Align a HTML table Cell to a column

I would like to align a table cell to a column where it belongs: _________________________________________ | | First Place | Second Place | | | | | ...