Also, it appears that none of the elements in your page are being targeted by your CSS. You have styles defined for "p" and "a" but there are no <p> or <a> elements in your page (with the exception of the red "home" link in the table header. Speaking of which, I'd get rid of that entire table and just use paragraphs, a UL, or something more meaningful wrapped in a div to size your overall container.
-Tim On Wed, Sep 29, 2010 at 9:29 AM, Ilham Firdaus <[email protected]> wrote: > You're absolutely correct. > > Thank you very much. > > On Wed, 29 Sep 2010 13:59:04 +0100 > "Philip Taylor (Webmaster, Ret'd)" <[email protected]> wrote: > > > > > > > Ilham Firdaus wrote: > > > > > 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 looks like 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 > > > > Your "CSS" file is actually an HTML file; you need > > to remove the opening and closing <STYLE> tags in > > their entirety. > > > > Philip Taylor > > ______________________________________________________________________ > > 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/ > > > > -- > 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/ > -- ----------------------------------------- [email protected] ______________________________________________________________________ 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/
