Hi Sandy, You might need to do more than just attach the stylesheet - that simply makes it available for the HTML page to use. If the stylesheet defines styles for actual elements (<p>, <hx>, <td>, etc) then these will be picked up by default when you view the page in the browser. If, however, there are any class styles defined, you have to add them to the HTML explicitly.
For example, if the stylesheet defines a style called '.highlight' and you wish to apply that style to one of the paragraphs in your page to make it stand out more, then you would put the following: <p class="highlight">Here's some paragraph text.</p> Does that help you any? Cheers, Seona. -----Original Message----- From: Sandra Woods [mailto:[EMAIL PROTECTED] Sent: Saturday, 13 March 2004 12:21 AM To: [EMAIL PROTECTED] Subject: RE: [WSG] new to css and WSG Thanks Sandy come and play on the board http://www.artgally.com Come and see the art show http://www.artgally.com/cswart Come and see the poetry show http://www.artgally.com/cswpoetry I am really new to CSS just having purchased Style Master 3.5 I have a question please don't laugh. If I use one of the templates that come with Style Master and link it to my html page then I use the html page do I just put the text into the html page and the css style sheet takes care of the rest? I have been working on just doing the tutorials and it supplies text that I have just changed to my own. So that is why the question. I was in particular think of the two column with the navigation bar. Ok as I said I am very new to CSS. Thanks so much for any help you can give Sandy Woods Please come and play on the board http://www.artgally.com ***************************************************** The discussion list for http://webstandardsgroup.org/ ***************************************************** --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.605 / Virus Database: 385 - Release Date: 1/03/2004 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.605 / Virus Database: 385 - Release Date: 1/03/2004 ***************************************************** The discussion list for http://webstandardsgroup.org/ *****************************************************
