I have code to insert CSS in HTML file. Is this correct?
It does not work CSS if I put:
<link rel="stylesheet" type="text/css" href=http://www.webdeveloper.com/forum/archive/index.php/"css/stylesheet.css" >
How to do this?Need help...Is the path correct?
Have you removed the style element from stylesheet.css document?Path is O.K. But I have tested again. Problem was in directory css.
If I put in the same directory as all files (HTML), than it will work.
But if I put in directory CSS stylesheet.css, it will not work correctly.if the directory CSS is higher then that of your html files you will have to use
<link rel="stylesheet" type="text/css" href=http://www.webdeveloper.com/forum/archive/index.php/"../css/stylesheet.css" >
It does not work CSS if I put:
<link rel="stylesheet" type="text/css" href=http://www.webdeveloper.com/forum/archive/index.php/"css/stylesheet.css" >
How to do this?Need help...Is the path correct?
Have you removed the style element from stylesheet.css document?Path is O.K. But I have tested again. Problem was in directory css.
If I put in the same directory as all files (HTML), than it will work.
But if I put in directory CSS stylesheet.css, it will not work correctly.if the directory CSS is higher then that of your html files you will have to use
<link rel="stylesheet" type="text/css" href=http://www.webdeveloper.com/forum/archive/index.php/"../css/stylesheet.css" >