CSS file pathing problem
- by Alan Harris-Reid
Hi there,
When designing a HTML template in my favorite editor (TextPad at the moment) I can view my code in a browser by pressing F11 or the appropriate toolbar button. I have my common css rules in a separate file so my HTML contains the code:
<link rel="stylesheet" href="commoncss.css" type="text/css">
This works when the .css file…