If I had a webpage with several tables, and I wanted anything with a <td> tag to be 100 pixels in height, what would I put in the css in the pages header? I tried this and it didn't work:
<head>
<style type="text/css">
td{height:100px;}
</style>
</head>
<head>
<style type="text/css">
td{height:100px;}
</style>
</head>
Last edited by a moderator:
