PDA

View Full Version : External .css file



gps
June 22nd, 2004, 02:50 AM
Can any one tell me that if we use External .css file in the same folder where out .html file is what is the path.

I use external file in this way Is it right


<Link rel="stylesheet" href="bg.css" type="text/css">
This is in between head tags.

but it will not work.

Any suggestions plz.
G.P.Singh

Kristopher
June 22nd, 2004, 11:23 PM
that code is right, so there must be something wrong with your other code that calls it. we'll need more HTML code to figure it out.

gps
June 23rd, 2004, 05:22 AM
that code is right, so there must be something wrong with your other code that calls it. we'll need more HTML code to figure it out.

Thanks I solved the problem. Thanks for the councern buddy.