external css stylesheet doesnt work
Moderators: egami, macek, gesf
The stylesheet shouldn't have anything to do with your php.ini file, but to test that, create a plain html file and try to use the external stylesheet. If it doesn't work, I'm guessing it's most likely a setting either in your browser or in IIS.
Doesn't this (between head tags) work?
Replace 'link' with the external sheet link.
Code: Select all
<link rel="stylesheet" type="text/css" href="link" />
Hi,
Try like this:
<head>
<link rel="stylesheet" type="text/css" href="mystyle.css">
</head>
Try like this:
<head>
<link rel="stylesheet" type="text/css" href="mystyle.css">
</head>