PDA

View Full Version : character spacing in the news-box


Christoffer Bol
06-09-2006, 07:03 PM
Can anyone tell me how to remove the "auto-space" thing within the newsbox? I dont need it, because its looks just bad

I just want to set the max characters in admin, then i will be fine

Sergey Ten
06-10-2006, 11:40 AM
Hello Christoffer Bol,

*** Open your style.css and find this code ***


div.links
{
text-align: justify;
}


*** Replace to ***


div.links
{
text-align: left;
}


*** Save change ***