I am trying to cutomize an HTML form in the following way. I have a text input box and a submit button. I have created images in Fireworks, one for the text box and one for the button. These are separate images, but I want to put them side by side so it looks like one image, but with the text...
I am trying to cutomize an HTML form in the following way. I have a text input box and a submit button. I have created images in Fireworks, one for the text box and one for the button. These are separate images, but I want to put them side by side so it looks like one image, but with the text...
How do I implement a background in an HTML web page that cannot be repeated? The background is quite complex, and I need to know if there is a way other than just adding the image as a background image in CSS. I am trying to keep loading time in mind as well.
I am using HTML and PHP to take information from a submitted form and write it to a .txt file. The issue is, I want to have spaces between each block of information. How do I go about putting these spaces in? I have tried using <br /> as well as the nl2br (PHP) function and \n. \n gives me...
How do I create an HTML/PHP form with custom fields. For example, I want to create a graphic that looks different from the usual space that people enter the information in.