Make text/headlines All Caps w/out Typing them in Caps

Discussion in 'HTML & Website Design' started by airraid81, Sep 27, 2007.

  1. #1
    I write my headlines in all caps for the style because I have a subheadline in normal text, but it is a pain sometimes when social networking sites or BlogRush picks up my posts and runs the headlines in all caps. I was wondering if there is any code that can display them in all caps on my site so that they aren't all caps elsewhere?
     
    airraid81, Sep 27, 2007 IP
  2. soulscratch

    soulscratch Well-Known Member

    Messages:
    964
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    155
    #2
    I don't think you can control other sites because they probably have their headers with a text-transform:uppercase;
     
    soulscratch, Sep 27, 2007 IP
  3. eruct

    eruct Well-Known Member

    Messages:
    1,189
    Likes Received:
    49
    Best Answers:
    0
    Trophy Points:
    108
    #3
    soulscratch is right. when the other site runs your headlines their styles trump yours. there is now way around it. sorry :(
     
    eruct, Sep 27, 2007 IP
  4. airraid81

    airraid81 Active Member

    Messages:
    689
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    58
    #4
    No, what I mean is can I make my headlines all cap with code, not with typing?
     
    airraid81, Sep 27, 2007 IP
  5. longhornfreak

    longhornfreak Well-Known Member

    Messages:
    2,067
    Likes Received:
    95
    Best Answers:
    0
    Trophy Points:
    140
    #5
    text-transform:uppercase

    eaither put that in the css

    or put in in a div style
     
    longhornfreak, Sep 27, 2007 IP
  6. miakiru

    miakiru Well-Known Member

    Messages:
    668
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    110
    #6
    Again, text-transform:uppercase for your CSS. You type

    "This is my Headline"

    it shows up as

    "THIS IS MY HEADLINE"

    on your site, and

    "This is my Headline"

    on social networking sites. ;]
     
    miakiru, Sep 27, 2007 IP