Recent Topics

1 Aug 28, 2006 16:42    

Hi,

Nice software...

How can I make the post title Center and Bold ?

I know I can just put the <center> and <b> tag at the begining of every Post title, but where can I put the tags in the code?

2 Aug 28, 2006 18:02

crack open skins/<skin name>/style.css and find .bTitle{ ......... } then just add :-
text-align:center;
font-weight:bold;

¥

4 Aug 28, 2006 20:42

can you provide a link to your blog so we know how to alter the stylesheet(s).

5 Aug 28, 2006 20:46

It's not live yet...trying to get it done...

6 Aug 28, 2006 20:48

Ok, so can you tell us what skin your using? :)

7 Aug 28, 2006 20:52

It's based off the custom skin

8 Aug 28, 2006 20:59

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>

9 Aug 28, 2006 21:06

you mean this:

</div>
<center><b>bla bla bla bla</b></center><h2></h2> <div class="bPost bPostpublished" lang="en-US">
<div class="bSmallHead">

10 Aug 28, 2006 21:21

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.

11 Aug 28, 2006 22:50

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...

12 Aug 30, 2006 17:50

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

¥


Form is loading...