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

no idea what is happening

  • I have loaded my html files to my server along with my css files, the content displays but not the style and images. What could I have done wrong? I'm new to the whole do it yourself, as in the past I have used the builder that came with my package. Please help
  • I would guess that the URLs to your CSS file(s) are wrong.
    Are you sure the...

    <link rel="stylesheet" type="text/css" href="/YOUR LINK GOES HERE" media="screen" />

    .. is correct?
  • this is what it looks like:
    <link rel="stylesheet" type="text/css" href="style.css" />


    You might need to spell it out as I used the three part photoshop videos to make my site but got lost with the wordpress stuff as i do not have it:(
  • i have no idea why its not coming up:( but the href is style.css
  • you have a link to the site?
  • so how do i do that, my site is litahardy.com and my css is style.css?
  • You haven't targeted your css file correctly. Plus in your html, you are missing a double quote when declaring your page-wrap.
  • so how do i do that?
  • <link rel="stylesheet" type="text/css" href="css/style.css" />

    And you don't have to write "# "before ID in html, "#" in necessary only in css