Hey! Hope you help with my problem. I know a input text can be stylized via CSS. But I created an image, the whole input, how would I like it to be and I want to use that image as a input text. How can I do such a thing? Thanks in advance.
Instead of that input text classic, the box in which i can type text, I want to be a image. Should I explain more clearly?
ah so you want a background image for a form input box just make sure it has a css id then via css remove borders and specify background transparent and add a background image. Or you can just remove borders and background and put it in a small div with your background image.