Recent Topics

1 Jun 04, 2007 17:58    

My b2evolution Version: Not Entered

Hello,
can somebody help how to change Text alignment?

2 Jun 04, 2007 19:47

Urm, without knowing "where" I can only give you a generic "use css"

.left{
text-align:left;
}

.right{
text-align:right;
}

.center{
text-align:center;
}

.usually_looks_naff{
text-align:justify;
}

¥

3 Jun 04, 2007 23:09

Thanks you for replyy. I need to allign text in my post (in blog).

4 Jun 05, 2007 12:05

If you look in your skins css file you should find the following classes that effect posts :

    .bPosts .bPost .bSmallHead .bTitle .bText .bSmallPrint[/list:u] ¥


Form is loading...