| Re: Div Vs Table Also, theoretically tables will make text appear aligned the same in all browsers, but divs will make it appear the same, if that makes any sence. Its like using pixels for width instead of percent in frames, it shoe sup deifferent on different PC's, depending on settings. Using tables can have this same effect if you are not careful, but are easy to use. Divs offer a little more flexability and will appear exactly the same on every broweser in every operating system (or are supposed to at least) |