Is there a way I can alter this code such that the table won't expand wider than the div? (For brevity I've omitted the full content of the table which is more complicated than just saying 'hello').
- Andy
___________________________________________________________________
If you think nobody cares you're alive, try missing a couple of mortgage payments
Code:
<html>
<body>
<div style='background-color: red; margin-right: 200px;'>
<table width='100%'>
<tr><td>Hello</td></tr>
</table>
</div>
</body>
</html>
- Andy
___________________________________________________________________
If you think nobody cares you're alive, try missing a couple of mortgage payments