Freepages-Help-L Archives
Archiver > Freepages-Help > 2008-04 > 1207076243
From: "Congram Ancestry" <>
Subject: [FreeHelp] Problem understanding how stylesheets work
Date: Tue, 1 Apr 2008 20:56:47 +0100
have been trying to learn CSS from various websites and I have yet to fully grasp how to write CSS style sheets.
Can someone help with this problem.
I have several div's in my wain web page. My structure is as follows:-
<html>
<head>
</head>
<body>
<div id="header">
<div id="navigation">
</div><!--end of Nav-->
</div><!--end of header-->
<div id="container">
<div id="content">
<div id="census">
</div><!--End of Census-->
</div><!--End of content-->
<div id="sidebar">
</div><!--End of Sidebar-->
</div><!--End of Container-->
</body>
</html>
Within the div's I have h1's, h2's, <p> etc.,
I set up a master style sheet (master.css)
I would like to style the paragraphs and headings differently in each div. how can I achieve this using the master style sheet ?
Many Thanks
Gary
This thread:
| [FreeHelp] Problem understanding how stylesheets work by "Congram Ancestry" <> |