PDA

View Full Version : css error



CADbug
19th Apr 2007, 05:50 am
on this page (http://the1off.com/works/design/typeform/typehome.htm). for some reason css is not appearing to work.

I checked that the style sheet file (mytest.css) is stored on the server and has the same path as on my desktop. What may be the issue with this?

P.S. pages are under construction, few links on left might work. The pages are uploaded for testing purpose and are part of my learning CSS and HTML.

rkmcswain
19th Apr 2007, 01:15 pm
The path to the .CSS file is local.


<head>
<title>Rajesh Advani</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="file:///F|/works/the1off/works/design/typeform/mytest.css" rel="stylesheet" type="text/css">

CADbug
20th Apr 2007, 05:15 am
yes..i could make that out by evening yesterday..would take the necessary action today..

Thanks for your reply.