Website validation problem (css)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ilya Kraft
    New Member
    • Jan 2011
    • 134

    Website validation problem (css)

    Hello,
    I tried to validate my web and came up with tones of errors:

    http://validator.w3.or g/check?uri=http://idaderko.netai. net&charset=(de tect+automatica lly)&doctype=In line&group=0

    What can i do to clean up the code, at least how do i fix those errors that say things like: Line 101, Column 50: The align, cellspacing, width, name etc... attribute on the table element is obsolete. Use CSS instead.

    what code do i put in css?
  • Bryan Cheung
    New Member
    • Nov 2010
    • 55

    #2
    It just simpely mean, remove those attributes from the HTML and just add a CSS class to the element. Now you can give the element markup by using the CSS and not the HTML attributes.

    That is the power of CSS and those attributes are in the way.

    Comment

    Working...