Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 12th, 2012  |  syntax: None  |  size: 0.35 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. How to link css files to work correctly with wamp server?
  2. <link href="css/header.css" rel="stylesheet" type="text/css" />
  3.        
  4. <link href="<?php echo $webroot?>/yourfolder/css/header.css" rel="stylesheet" type="text/css" />
  5.        
  6. <link href="css/header.css<?php echo '?rnd_'.urlencode(time()).'='.urlencode(rand()); ?>" rel="stylesheet" type="text/css" />