How to combine external CSS & Java Scrip

Discussion in 'Programming' started by anandmistry, Jul 9, 2010.

  1. #1
    I would like to combine external CSS & Java script on my website. Right now, there are 3 external CSS & 8 external Java script. So, How can I do it?
     
    anandmistry, Jul 9, 2010 IP
  2. Kaimi

    Kaimi Peon

    Messages:
    60
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #2
    
    <script type="text/javascript" src="http://path_to_external_js"></script>
    <link rel="stylesheet" type="text/css" href="http://path_to_external_css" />
    
    Code (markup):
     
    Kaimi, Jul 9, 2010 IP
  3. anands

    anands Well-Known Member

    Messages:
    436
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    120
    #3
    anands, Jul 9, 2010 IP
  4. rakesh-cp

    rakesh-cp Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Hi Kaimi -

    I would like to elaborate more how to use?
     
    rakesh-cp, Jul 11, 2010 IP