Trouble defining a table CSS
-
Hey all –
I’m trying to code up a table in HTML on a page. I realized that I would have to add some code to the styles.css document to create the formatting I wanted – namely have all the cell sizes the same.
So I added the following to the styles.css file:
#content td {
width: 33%
position: vertical-align
}But it seems to do nothing. What am I missing?
Any help greatly appreciated!
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
The topic ‘Trouble defining a table CSS’ is closed to new replies.