MyBB Community Forums

Full Version: First big letter for MyBB
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Themes > Modify / Delete

Click default theme Go

Additional CSS

Add :

.letter:first-letter {
font-size:400%;
float:left;
line-height:.8em;
}

Templates > Modify / Delete

expand your pobit templates

Find :
<p>
{$post['message']}
</p>

Replace :
<p class="letter">
{$post['message']}
</p>

Sample Site : www.mybbturkiye.com
thx for share.. i ll try it
Is it really wise linking to a warez site?

Guessing it's going to be over looked, although this sort of thing shouldn't be posted and I'm not 100% sure but MyBB might not appreciate that.
~Kerrang!
Interesting, does this code make every post/reply have a big first letter?

Quote:This blah is a test.