Looks like you just have the input box and text flipped around, right? Find this code: echo( '

'."\n\t\t\t\t" ); echo( ''."\n\t\t\t\t" ); echo( '\n\t\t\t\t" ); And rearrange it like so: echo( '

'."\n\t\t\t\t" ); echo( '

'."\n\t\t\t\t" ); echo( '\n\t\t\t\t" ); Let me know how that goes for you!