2 personman Feb 27, 2006 01:12I 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; }
I changed this part of stylesheet.css from
to
And that removed the gap.
To make the title uppercase, change
to