HTML to Css design page not show

Discussion in 'HTML & Website Design' started by jamsrock1, Mar 11, 2012.

  1. #1
    Hi there

    Our problem is a big problem.I create a html page & other create a css page.
    but problem css to html not connect & not related.
    that's problem.
    I am a not profactional.
    please give any one asn?

    thanks
     
    jamsrock1, Mar 11, 2012 IP
  2. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #2
    Get out of the business.
     
    drhowarddrfine, Mar 11, 2012 IP
  3. mds

    mds Active Member

    Messages:
    256
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    58
    #3
    Send me a PM , i may sort this out for you
     
    mds, Mar 13, 2012 IP
  4. spaculus

    spaculus Peon

    Messages:
    187
    Likes Received:
    1
    Best Answers:
    1
    Trophy Points:
    0
    #4
    add this line in to <head></head> tag
    <link rel="stylesheet" type="text/css" href="styles.css" /> change your css file name and put css file at right place(folder).
     
    spaculus, Mar 14, 2012 IP
  5. Ashaya

    Ashaya Active Member

    Messages:
    124
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    83
    #5
    spaculus has given a perfect answer! follow his instruction correctly and u'll have your problem solved within minutes!
     
    Ashaya, Mar 18, 2012 IP
  6. martin_style

    martin_style Greenhorn

    Messages:
    80
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #6
    Outside way of @spaculus, you can put content css into file html, add this line into html file

    <style type="text/css">
    <!-- content your css file -->
    </style>
     
    martin_style, Mar 19, 2012 IP