|
| |
|
|
DaveX
Posts: 214 Joined: 5/4/2004 Status: offline
|
Basic CSS question - 1/12/2007 10:29:28
I've never used CSS but I'm thinking I might want to on a few projects. I understand that there is a CSS file that's stored on the server somewhere. What I'm wondering is the way that any give page is pointed to it and is it easy to implement with FP?
|
|
|
|
rdouglass
Posts: 9167 From: Biddeford, ME USA Status: offline
|
RE: Basic CSS question - 1/12/2007 10:39:23
CSS doesn't necessarily have to be in an "external style sheet" but that is the recommended best-practice. It looks something like this in the <head> section: <link href="style.css" rel="stylesheet" type="text/css" /> EDIT: Pretty good CSS tutorial and stuff here: http://www.w3schools.com/css/default.asp
_____________________________
Don't take you're eye off your final destination. ASP Checkbox Function Tutorial.
|
|
|
|
pmagas
Posts: 367 Joined: 3/26/2002 From: St. Louis MO USA Status: offline
|
RE: Basic CSS question - 1/12/2007 17:14:08
If you're like me and have trouble reading that much online, you can likely find a CSS book (or two or ten) at your local library or bookstore. I don't mean to overwhelm you, though - even just reading the first chapter or two to get down the basics will help you immensely as you start to implement CSS. Best of luck - and I agree: it is very much worth the effort to develop your site using CSS. Cheers!
_____________________________
Penny humble webmaster of We Sell St. Louis http://www.WeSellStLouis.com http://www.MarkSellsStLouis.net http://www.St-Louis-Mo.info http://www.NealSellsStLouis.com
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|