HTML Quickie
HTML Quickie
Out of context: Reply #3
- Started
- Last post
- 11 Responses
- UndoUndo0
wrap the table with a div and add a css style sheet to the page:
html,body{
height: 100%;
}
div {
height: 100%;
}
wrap the table with a div and add a css style sheet to the page:
html,body{
height: 100%;
}
div {
height: 100%;
}