Posted - 02/01/2018 : 11:35:16
That's the one I've got. My CSS is shaky at best. Here's what I've got:
<link href="style.css" rel="stylesheet" type="text/css" />
I'm pretty sure that's not correct. I think it should be this:
<link href="css/ectcart.css" rel="stylesheet" type="text/css" />
However, when I replace the first one with the second one, it breaks the page and all I see is content and no formatting whatsoever.
The path is correct.
|