Recent Topics

1 Apr 24, 2007 10:50    

My b2evolution Version: Not Entered

Hi! I am putting a blog together for my parents at:
http://www.baird-online.com/baird/Blogs/blogs/index.php?blog=2
I have been looking at a number of tutorials and stuff but i can't get the title of the text to align in the middle (vertically) of the main picture. Horizontal alignment works fine.
Also, i don't know if this is possible, but would i be able to put a drop shadow on the same text.

2 Apr 24, 2007 11:34

try this...

h1#pageTitle {
        font-size: 350%;
        font-weight: bold;
        margin:0;
       padding: 58px 0;
}
h1#pageTitle a {
        color: #fff;
        text-decoration: none;
      }
h1#pageTitle a:hover {
        text-decoration: none;
}

4 Apr 26, 2007 02:38

Thank you. I'll try that tonight.


Form is loading...