How to put sign-up form in the header

anyone know of any tutorials? I googled.

What is your question exactly? The form elements can be placed in anywhere on the page.

Here is a wizard for making the backend code:

E

Do you want people to sign up as contributers to your blog? Check out: http://codex.wordpress.org/Function_Reference/wp_register

sorry, I wasn’t clear. I need something like a subscription sign up like this… http://bit.ly/18SPlv See she has that in her header. When I add code to my header.php it moves my whole site down.

This is really an HTML question. Your theme needs to be updated to do what you need it to do.

Hi Friend, You can do this by editing your theme file. I mean edit header.php and place your sign up form script inside it and give some style. That is all.