CSS question
CSS question
Out of context: Reply #5
- Started
- Last post
- 16 Responses
- CygnusZero40
Ok another dev question. Obviously I'm not much of a developer. I do it here and there when I have to.
I have a table I'm trying to put a 100% height attribute on, but it's not working. I tried putting height="100%" on the table tag, as well as the tr and td tags, and it doesn't work.
Is it just not possible, or would maybe an inline style work?
- By the way I realized the table is 2 rows, only bottom one needs to stretch to 100%CygnusZero4
- Well inline styles arent working on the tr or td tags.CygnusZero4