Brian M. Curran wrote:
>
> Marc or anyone else,
> However, I can't get the text for class .columnTitle to center align. If I 
> set padding and margin for h3 to zero and then text-align: center; it works. 
> However when I add the class it doesn't work. I added the class because I 
> want three of the four columns to have a center aligned h3.
> Sincerely,
> Brian Curran
>
>   



The headings h1 through h6 are used to create an outline (like the kind 
we all made in school) of a documents content. Consequently, h2 follows 
h1, h3 follows h2, and so on. Most Web documents have only one h1 (as  
it is usually the title of the document).  You may have as many h2 
through h6 as you need. CSS is used to set their look and feel. A class 
is only needed to distinguish a specific difference  -- for example, you 
have 47 h2 headings,  only 3 of which should be red (  those 3 get: 
h2.c1 {color: red}).
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to