| 
 Posted by mbstevens on 09/03/07 16:11 
Mike wrote: 
> ........the page displays without any 
> colour or font styles being applied. 
>  
> My stylesheet.css contains several sections like the following : 
>  
> my_section_head { 
>   color: Red; 
> ................ 
> <my_section_head>Chroma Sub Sample</my_section_head.... 
 
 
You don't get to invent tags like <my_section_head>. 
 
You could use something like 
<span class="my_section_head"> 
with css like 
..my_selection_head {........... 
 
Or, you could use something like 
<p id="my_section_head"> 
with  css like 
#my_section_head {..... 
--  
mbstevens 
http://www.mbstevens.com
 
  
Navigation:
[Reply to this message] 
 |