Dear friends... I found a weirdness. I put the css file into separated file but located in the same directory as where the html page call the css file.
But lookslike there's no change in my browser displayed. Anybody would be so nice to tell me where my mistake? Thank you very much in advance. #http://www.otekno.biz/global.css <html> <head> <style type="text/css"> p { font-family: Arial; font-size: 10px; } a { font-family : Arial; font-size : 10px; text-decoration : none; } a:link {color : #ff0000} a:visited {color : #00ff00} a:active {color : #666666} a:hover {color : #0000ff} </style> </head> </html> #http://www.otekno.biz/kontak.html <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>Contact us - We are easily contacted and do not hesitate to contact us.</title> <meta name="generator" content="Bluefish 2.0.0" > <meta name="author" content="Ilham Firdaus" > <meta name="date" content="2010-06-28T11:08:05-0500" > <meta name="copyright" content="OpenTEKnologie"> <meta name="keywords" content="contact us"> <meta name="description" content="contact us"> <meta name="ROBOTS" content="NOINDEX, NOFOLLOW"> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8"> <meta http-equiv="content-style-type" content="text/css"> <meta http-equiv="expires" content="0"> <!-- <meta http-equiv="refresh" content="5; URL=http://localhost/www.otekno.biz/se.html"> --> <link rel="stylesheet" type="text/css" href="http://www.otekno.biz/global.css"> </head> <body align="center"> <table border=0 cellspacing=0 cellspacing=0 align="center"> <tr> <td colspan=10 bgcolor="#8B6914" align="left" valign="center"><font style="Arial,Nimbia,Times" size="0" color="#FFFFFF"> <a href="http://www.otekno.biz/ps" name="home2" style="none" title="home">Home</a> </font></td> </tr> <tr> <td colspan=10 align="center">OpenTEK(PT.Open Teknologie Internasional).</td> </tr> <tr> <td colspan=10 align="center">Kelapa Gading Sports Mall, Lantai 2, Unit B-3. Jl.Raya Kelapa Nias, Blok HF-3. Jakarta, Indonesia.</td> </tr> <tr> <td colspan=10 align="center">Phone: +62-21-458 7 9075.</td> </tr> <tr> <td colspan=10 align="center">Fax: +62-21-458 7 6465.</td> </tr> <tr> <td colspan=10 align="center">E-Mail: '[email protected]'.</td> </tr> </table> <p align="center"><a href="http://www.otekno.biz/ps">Easy shopping</a></p> </body> </html> -- Enjoy our free facilities: http://www.otekno.biz ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
