macromedia.contribute.general_discussion
[Top] [All Lists]

Re: "class" tag in Heading

Subject: Re: "class" tag in Heading
From: "ThinkInk" <webforumsuser@xxxxxxxxxxxxxx>
Date: Wed, 23 Jul 2008 09:30:33 +0000 (UTC)
Newsgroups: macromedia.contribute.general_discussion

I do not understand exactly what you mean, but when you want to give the 
heading tags a different appearance 
 you can user CSS:

 h1 {
   color: #CCCCCC;
   font-size: 12px;
 }

  or make Contribute use document level CSS:

 <style>
 .style1 {
   color: #CCCCCC;
   font-size: 12px;
 }
 </style


<Prev in Thread] Current Thread [Next in Thread>