Recently, I put together a tiny personal website with three separate pages and a single CSS file. In order to link the CSS file to an HTML page, I used the code:
<link rel="stylesheet" type="text/css" href="mystyle.css"/>
However, for some unknown reason, the CSS file only seems to be working on one of the pages. Any suggestions or advice would be greatly appreciated.