[css-d] How to link global.css to html page?

2010-09-29 Thread Ilham Firdaus
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.

Re: [css-d] How to link global.css to html page?

2010-09-29 Thread Philip Taylor (Webmaster, Ret'd)
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

Re: [css-d] How to link global.css to html page?

2010-09-29 Thread Ilham Firdaus
You're absolutely correct. Thank you very much. On Wed, 29 Sep 2010 13:59:04 +0100 "Philip Taylor (Webmaster, Ret'd)" 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

Re: [css-d] How to link global.css to html page?

2010-09-29 Thread Tim Arnold
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 or 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 u

Re: [css-d] How to link global.css to html page?

2010-09-29 Thread Philip Taylor (Webmaster, Ret'd)
Aren't these the and referred to, Tim : http://www.otekno.biz/ps";>Easy shopping ** Phil. Tim Arnold wrote: 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 or elements in your page (w

Re: [css-d] How to link global.css to html page?

2010-09-29 Thread Tim Arnold
Ah yes, I see that in the pasted code. I had followed a link to what appears to be the same content minus the that you found. ( http://www.otekno.biz/kontak.html) On Wed, Sep 29, 2010 at 10:58 AM, Philip Taylor (Webmaster, Ret'd) < p.tay...@rhul.ac.uk> wrote: > Aren't these the and referred