Tagged Questions
2
votes
4answers
114 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
61 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
0answers
47 views
HTML, CSV files, and Variable Passing
I have a small project that I am working on and need some advice on how this can be achieved.
1) There is a page which holds a fairly big table, that needs to be updated frequently. This table needs ...
0
votes
1answer
373 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
565 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 |
| | | |
...