How do I make a table that does not resize when the window does? Example is here Any help would be appreciated. Thanks!
It looks like that page specifies the width of the table cells in pixels and not as a percentage. I think if you use a percentage and then change the size of the window it'll re-size the table. If you give it an absolute size it won't. I think.
Set your table width to a value in stead of a percentage. Ex: You have "<table width=95%" change it to "<table width=400" or however big you want it.
Thanks! Good catch, I thought for sure I had it in pixels but I was wrong. Problem fixed. Thanks again Aaron