My html file is not pulling in the correct css file...Why is this? -
in html file, pulling in main.css linking it...
<link rel="stylesheet" type="text/css" href="main.css">
however, whenever open html file in firefox, pulls in older version of file. yes...i checked whether or not there 2 versions of file in root directory - there aren't. there not main.css file in directories. how possible computer pulling in old version of file , not updating when save new css file?
use "ctrl + r" after loading site
Comments
Post a Comment