How in GUI.button separates image from text?

I know that in the GUI.button I can put images and text.But how in GUI.button separates image from text?I want the image and text beside one of the other and not one above the other!

Im so sorry, but i dont speak english very well.
i hope to undrerstand what i said.
Thank you.

Read this tutorial on GUI Basics:

http://docs.unity3d.com/Documentation/Components/gui-Basics.html

and then read this script reference on GUI Content:

http://docs.unity3d.com/Documentation/ScriptReference/GUIContent.GUIContent.html

Alot of simple answers like these can be solved by reading the online documentation Unity provides.