I think you can put width=100% outside of style and it'll work.
<table width=100%>
Or is that not kosher anymore?
I never got height to work in style, but I think I got width to. Declare it in your stylesheet as an override.
table.full { width:100% }
Then <table class=full>
Something to try anyhow.