Search results

  1. M

    Having an image go outside window in HTML?

    I have made an image map, and it looks great! I was so happy with it untill I realised if you zoom in or don't have the internet on fullscreen all the images get squished togerther and mixed up, because the wont go outside the window. How can I make it so the images are allowed to be outside the...
  2. M

    A single script for making a form in html?

    Is it possible to make a simple form that has two text boxes, a scroll down, and a text area that emails it to me in a singular script with either php or html. I don't want to use the MAILTO: thing because it makes a message appear confirming the use of email. Anyways these are the things i want...
  3. M

    How do I use a php script with html?

    I have an html script and a php script from a web form builder. I have no idea what to do with the php script!? I tried saving it as .php but it wouldnt open so i tried .html but that didnt work either. I even tried .php.html!!!! Please help I need a step-by-step answer because I only know a...
  4. M

    BMP to GIF conversion problem? (In html)?

    I had a image map of BMP images. I realized these were to big of files to I changed them all to GIF images. I did change the code from: <img src="Image.bmp" /> to <img src="Image.gif" /> But now it won't work! help!
  5. M

    How long would it take for this html to load?

    The size of the html script and all the images is 3.61 MB (3,787,561 bytes) The images are BMPs and I know they are larger files but whenever I attempt to change the file to GIF, the quality gets warped.
  6. M

    Is this html script good or is it wrong?

    I know it works, but is it a proper image map? I made the whole website in paint (I use it allot, hence am good with it) and then cut it into separate images. Then I inserted them into the script. <!--Image Map--> <img src="Title.bmp" border="0" alt="ST alpha" /><img src="grey.bmp" border="0"...
Back
Top