Tables or Divs?
Have you ever looked at the source code of a website which uses tables for designing the layout? If so, you’ve seen numerous <tr><td></td></tr> tags. They can get pretty darn confusing and they make updating a website (for a hand coder like me) a nightmare! Tables are okay to use when appropriate - […]
