Template Size

Okay, I have my tables at 100% but how do I make my banner that way so if the window is smaller it automatically resizes and if the window is bigger it automatically resizes as well. Thanks.

It seems that you need to do some research on HTML.

if you have your image 100% of the screen, then you will have an ugly image when it is either enlarged, or shrunk to fit the page.

It would be smarter to make your page a size, and deal with other resolutions in other ways.

But first, please go through some research on HTML and how it works.

Rev