Help... Dreamweaver!

Discussion in 'HTML & Website Design' started by zach2k6, Oct 9, 2008.

  1. #1
    How do I make Dreamweaver show my site in the actual design and not like it shows in this image
    [​IMG]

    ???

    any help is appreciated!

    :)
     
    zach2k6, Oct 9, 2008 IP
  2. justinlorder

    justinlorder Peon

    Messages:
    4,160
    Likes Received:
    61
    Best Answers:
    0
    Trophy Points:
    0
    #2
    1)It is very common if you want to use the css layout.
    Bcoz you are at the stage of general layout, you can view the actual design.

    2)Pay attention to your css file, if it is missing or in the wrong relative path/location
     
    justinlorder, Oct 9, 2008 IP
  3. boddog

    boddog Peon

    Messages:
    655
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    yup, the CSS is not connected to the right directory

    <link rel="stylesheet" href="style.css" type="text/css" media="screen" />

    use this code before your body tag

    find your style.css and replace with it with yoru own path

    i could suggest u type your web site address into your browser and paste it in that href="

    like yoursite.com/files/style.css
     
    boddog, Oct 9, 2008 IP
  4. seokochin

    seokochin Banned

    Messages:
    298
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Put your css and images in correct path, the it will work.
     
    seokochin, Oct 9, 2008 IP