Saturday 13 May 2006

The Gimp: new custom header (Part 2)

After looking at Writing in Wax, a blog that has implemented some of my tips, I saw I left out something in this post, The Gimp: new custom header. I told you how to remove part of the border. Here is how you remove the rest of the border.

Locate this code in the CSS:
#description {
margin:0 5px 5px;
padding:0 20px 20px;
border:1px solid #222;
border-width:0 1px 1px;
font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
text-transform:uppercase;
letter-spacing:.2em;
color:#777;
}
Delete border:1px solid #222; and that will remove the rest of the border.

Also see: Customizing your Header: Add an Image

post signature

No comments:

Post a Comment