Recent Topics

1 Feb 26, 2006 07:17    

How do I fix the gap between my top banner and my blog? I want the blog to be directly under the banner (no gaps) >.<.

Also, how do I make the title of my entry in uppercase?

This is my blog: http://b-e.d4a.com

Thanks

2 Feb 27, 2006 01:12

I changed this part of stylesheet.css from

#header {
  height: 283px;


to

#header {
  height: 240px;


And that removed the gap.

To make the title uppercase, change

.subHeading {
  display: block;
}


to

.subHeading {
  display: block;
  text-transform: uppercase; 
}

3 Feb 27, 2006 02:43

thank you, it worked ^^!


Form is loading...