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?
I don't think you can control other sites because they probably have their headers with a text-transform:uppercase;
soulscratch is right. when the other site runs your headlines their styles trump yours. there is now way around it. sorry
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. ;]