0 Members and 1 Guest are viewing this topic.
<html><head><link rel="stylesheet" type="text/css" href="file:///C:/Users/Max/Desktop/style.css" /><h1>This webpage is useless, I'm using to test external css styles.</h1><title>Test Page</title></head><body>This is some sample body text.</body></html>
<style type="text/css" />body {background-color:#b0c4de;}h1 {color:#0c8316;}</style>
body{ background-color: #b0c4de;}h1{ color:#0c8316;}
body {background-color:#b0c4de;}h1 {color:#0c8316;}
body {background-color:##CAFB4E;}h1 {color:#0c8316;}
<link rel="stylesheet" type="text/css" href="file:///C:/Users/Max/Desktop/style.css" /><h1>This webpage is useless, I'm using to test external css styles.</h1><title>Test Page</title><body>This is some sample body text.</body>
body {background-color:##CAFB4E;}change tobody {background-color:#CAFB4E;}
<html><head><link rel="stylesheet" type="text/css" href="test.css" /><h1>This webpage is useless, I'm using to test external css styles.</h1><title>Test Page</title></head><body>This is some sample body text.</body></html>
I didn't mean you should remove the <html></html> and <head></head> tags XDAlso, it still works for me, except that you had 2 '##' in the body background thingyCode: [Select]body {background-color:##CAFB4E;}change tobody {background-color:#CAFB4E;}Otherwise it works perfectly fine for me http://zhost.tk/u/tg/test.jpgHTML file should look like thisCode: [Select]<html><head><link rel="stylesheet" type="text/css" href="test.css" /><h1>This webpage is useless, I'm using to test external css styles.</h1><title>Test Page</title></head><body>This is some sample body text.</body></html>
Yah, I removed those tags to see if it would still work the same, and it did, I'm not sure how necessary the html tag is if it's a html file but whatever.