Should I use tables in my HTML code or not?

Willy

New member
Alright, I've been doing HTML for some time now and have the basics down. But lately I've been hearing that using <table> is so old fashion. That instead I should use Position. Should I use the two of these hand in hand? Or is it best to set my layout using only <div> and Position?

Also ... If I do create the layout with just <div> & position, won't the layout look different for every user depending on their resolution, and internet browser?

Thanks!
 
Back
Top