Results 1 to 2 of 2

Thread: CSS hr and headings

  1. #1
    Join Date
    Aug 2009
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default CSS hr and headings

    can you still use css with hr and headings in strict xhtml? because I can't change the look of the hr
    and the headings are the default look I can't get them to change with css.

  2. #2
    Join Date
    Sep 2008
    Location
    Seattle, WA
    Posts
    135
    Thanks
    1
    Thanked 11 Times in 11 Posts

    Default

    You should be able to change both.

    h1 {
    font-family: WhateverYouWant;
    font-size: 24pt;
    color: #hexcodehere;
    }

    do the same for h2, h3, h4, h5

    On the horizontal rule, it's a little tricky cuz it uses slightly different logic than you'd think. This link explains it:

    http://webdesign.about.com/od/beginn...yle_hr_tag.htm

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •