Quote Originally Posted by davidt View Post
Thanks, now it works.

Just two more things.. :-) I uploaded the stylesheet.css again and changed only few things to have narrow header and to repeat background. but..

1) There is a line or more likely a gap between the log-in part and the logo part. How do I get rid of it?

2) the header is set a little bit to the left. How can I center it?

Thank you again for your great template and especially for such a support and sorry for bothering with such a stupid questions, but I really dont know much about css.
1) This must be in IE, as I don't see it in Firefox, but I think you just need to reduce the padding for that top search form. Change:

#navMainSearch input {
margin:0 auto;
text-align:right;
padding:2px 5px;
}

to:

#navMainSearch input {
margin:0 auto;
text-align:right;
padding:0 5px;
}

Let me know if that works for you.

2) I'm not seeing this either. What browser are you using?