CougarElite, welcome and I hope you have fun learning to design web pages. I just went and looked at that page you were talking about, http://www.neopets.com/ and they have some problems that you want to avoid. On my screen there is about have the screen missing to nothing but white on the side where they have that *neat* latest news. What they did was use absolute values instead of percentages for their tables. If they had used a percentage instead of a number, it wouldn't matter what size browser you look at it with.
You can see this in action by looking at it with your monitor set at 800 X 600 and then again at 1024 x 768. And then go look at my personal home page which is set with percentages doing the same two settings. http://www.geocities.com/southernlady5464/index.html I believe you will see the difference in what is going on with the tables.
<table width=715 border=0 cellpadding=0 cellspacing=0 (neopets)
<table border="1" cellpadding="0" cellspacing="5" width="90%" (mine)
See, I use percentages. Now, I still have to have LOTS of help with tables. I am just barely managing to do them, but I do understand that much. You need to use percentages to make it work regardless of monitor resolution.
Btw, flashy isn't bad as long as it's not in the way of stuff. You have to make is appropriate and not over the top. Liz
|