2 yabba Aug 28, 2006 18:02

no werky... :-(
can you provide a link to your blog so we know how to alter the stylesheet(s).
It's not live yet...trying to get it done...
Ok, so can you tell us what skin your using? :)
It's based off the custom skin
Hrmm. Then what Yabba posted should of worked.
Is it possible for you to post a snippet of outputted source where the title is around.
So something like;
<div>
some blah
<h1>My Blog's title</h1>
some blah
</div>
you mean this:
</div>
<center><b>bla bla bla bla</b></center><h2></h2> <div class="bPost bPostpublished" lang="en-US">
<div class="bSmallHead">
Yeh, like that, but not that ;)
Look for;
<h3 class="bTitle">Your Title<h3>
And attach that with a few sorrounding lines, so we know which styles to change.
nothing seems to affect it...I was able to changed the font on all the other paramaters....but not bTitle, I even went so far as to cut out all of the information for bTitle but no change...
Without being able to see an online version of your page it's a smidge hard to help you any more than we have.
You might want to run your local copy through the [url=http://validator.w3.org]w3[/url] validator, and also validate your css (there'll be a link on the results page once your html is validated) as this often cures problems
¥
crack open skins/<skin name>/style.css and find .bTitle{ ......... } then just add :-
text-align:center;
font-weight:bold;
¥