how to use css in dream weaver cs4

Discussion in 'HTML & Website Design' started by mohsinkhan, Apr 13, 2010.

  1. #1
    how to use css in dream weaver cs4
     
    mohsinkhan, Apr 13, 2010 IP
  2. jhonhijet

    jhonhijet Peon

    Messages:
    26
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    hmm...i need to learn from the master too...
     
    jhonhijet, Apr 13, 2010 IP
  3. frankelectronics

    frankelectronics Guest

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Link your index page to your css file using HTML.
     
    frankelectronics, Apr 13, 2010 IP
  4. mrpixel

    mrpixel Member

    Messages:
    433
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    30
    #4
    <head>
    <link rel="stylesheet" href="your_css.css" type="text/css" />
    </head>
     
    mrpixel, Apr 13, 2010 IP