DUmbass question

Out of context: Reply #5

  • Started
  • Last post
  • 18 Responses
  • sparker0

    use a div tag and css.

    place the table inside a block level element like div and use css to align it to the right.

    tables aren't for layout...they don't adhere to positioning the way you want them too, not without outdated hacks and poor markup.

    don't "align" anything in the body tag...not all browsers support things like that.

    besides, all those extra deprecated tags and attributes only add to the size of your code...slowing the site down.

View thread