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...