I'm using php to generate table contents, but I'm not able to size my tables. I wrote them in straight html using dreamweaver so I could visually resize them, then put the widths into the php code and it's not coming out right on the page.
it's looking like http://matc.unl.edu/erinplays/badtable.jpg
instead of like http://matc.unl.edu/erinplays/goodtable.jpg
I also tried it with percents instead of pixels, but that didn't change much in the browser.
ooh, I just noticed that if I go to the page, for a second, the tables are sized right, but then it "fixes" into the wrong size. Is that something in the code or css that's doing that?
