Log in

View Full Version : Capitalize first letter in post


thetradingforum
04-29-2007, 06:45 PM
I've seen the threads concerning the first letters in the thread title, and after every "." but how can I get the first letter of every post to be a capital?

Berethorn
05-13-2007, 08:09 PM
I wonder this too...

vietfancy
03-14-2008, 09:31 AM
I'd love to see this mod as well.

Princeton
03-14-2008, 12:15 PM
you can try CSS 2.1 selector

<style type="text/css">
.alt1 div:first-letter
{
text-transform: capitalize;
}
</style>(not compatible with older browsers)

Lynne
03-14-2008, 02:39 PM
Princeton's suggestion is a good one, but there is also this mod for Thread Titles (it can probably be modified for Post Titles). This one is an xml file.

https://vborg.vbsupport.ru/showthread.php?t=168831&highlight=capitalize

vietfancy
03-14-2008, 04:53 PM
Thanks Princeton for the idea.

Take a look at demo here: http://www.eseonline.net/showthread.php?t=1695

I'll try to make it a little better.