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...
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...
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...
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!
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.
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"...