Recent Topics

1 May 14, 2005 11:44    

Hi !

I would need some help in order to expand my Title background image with zero border right/left/top.

How do I have to change the red code below in custom.css ?

Many thanks in advance !

h1#pageTitle {
color: #fff;
font-size: 270%;
font-weight: bold;
margin: 0;
padding: 0;
background: url(img/gif_test_1.gif);

http://www.pungib.com/alex/bk.gif

2 May 15, 2005 00:06

it is right on top of that in the custom.css file

div.pageHeader {
	padding: 1ex;
	margin: 0 1px 1ex 1px;
	border-bottom: 1px solid #ddd;
	text-align: center;
	background: #78a;
}


the pageheader itself gets a padding of 1ex.
Put that to 0 and your problem will be solved.

3 May 15, 2005 23:45

Many Thanks for your kind help Topanga was so easy.....

Your Blog is very cool and I personally love the Royal Duck !

BRGDS

Alex


Form is loading...