|
bobby -> RE: The differences between CSS and Stylesheets (4/27/2004 16:25:29)
|
CSS is Cascading Style Sheets It can be used inline, as in <p style="font-size: 130%;"> Or embedded as a style sheet (in the header of each page), or as a linked style sheet (using <link rel="stylesheet" type="text/css" href="stylesheetname.css" />) The basics are the same, the only difference is where you put them in a page... A "style sheet" is typically a linked CSS file... And using CSS for positioning has nothing to do with "including" the headers or footers... but rather defining a position, style, etc. for the "block" (or layer / div) that contains the header or footer code... The link that Deb referenced above is a great site for beginning CSS
|
|
|
|