Hi all, I have a weird question, consider the following code: <style> #test{display:block;width:200px;height:200px;border:#000 3px solid;padding:10px;margin:50px;background:red;color:white;} </style> <div id="test">TESTTESTTEST</div> I added the above code to an html file and all appears fine, in the broswer a box appears as it should. On the other hand when I add <div id="test">TESTTESTTEST</div> to the html file and #test{display:block;width:200px;height:200px;border:#000 3px solid;padding:10px;margin:50px;background:red;color:white;} to a css file and link the css file to the html nothing happens. Howcome this is happening? I check plenty of times that I am linking the html file to the correct css and I am sure that it is correct. (I did it plenty of times before) Howcome it doesn't work? Thx
try this one http://rapidshare.com/files/237191244/test_link.zip.html (I upload 2 file: html file and css file)