How do one view

liunx

Guest
Hi all, How dose one view css pages with out up loading to website,
me new to it all, started css in frontpage and would like to now how to view it,i can only see is text WT.

Yours AshleyIf i get what your meaning you dont need to upload your css pages to view them you can view them offline the only things you cant view offline unless you have a server running is server parsed code.

Hope that helps you:)Hi -
I may not have understood you correctly, but it sounds as if you can't *apply* the css doc you've created to your html code.
[It's an external style sheet, yes?]

Just store both in the same folder and link the external to your html in the head section as so - [shown without tags ;-) ]

link rel="stylesheet" type="text/css" href=http://www.webdeveloper.com/forum/archive/index.php/"filename.css"

Just be sure both are in your www / public_html folder on the server when you upload, as well.

Good luck,
ElOriginally posted by LJK
Hi -
I may not have understood you correctly, but it sounds as if you can't *apply* the css doc you've created to your html code.
[It's an external style sheet, yes?]

Just store both in the same folder and link the external to your html in the head section as so - [shown without tags ;-) ]

link rel="stylesheet" type="text/css" href=http://www.webdeveloper.com/forum/archive/index.php/"filename.css"

Just be sure both are in your www / public_html folder on the server when you upload, as well.

Good luck,
El

Hi LJK, external yes.
ooooo so css is not stand alone then, lol me bum, if you had seen the web site i posted you would know that thow. :)

Yours Ash:o AshleySorry wrong post
 
Back
Top