treehouse : what would you like to learn today?
Web Design Web Development iOS Development

css and tables

  • I'm helping someone edit a file and they have a table setup starting something like this
    <table border="1"><tr><td bgcolor="#CCCCCC">


    the colors show up when I don't have the link to the stylesheet in place but once I do put the link to the style sheet the colors don't show up. Why is this? and would I have to style the table in the css file to make the colors show up?
  • Those are inline styles and would usually have priority.

    Without seeing the css sheet we can't tell you what might be overriding it in your case.

    Can you provide us with a link?