If you are talking about a form which lets users upload an image then you can check out JotForm (See Related Links). If you are talking about putting an image on a webpage WITHOUT HTML, it is pretty much impossible unless you use a Web Design Software (Try BlinkWeb (See Related Links)). You may be able to do with FTP, but I am not familiar with FTP and therefore cannot help, sorry!
To put an image in an HTML document, first upload the image to a web server somewhere. Then, copy the URL of the document. Finally, place the following code into the HTML document: <image src="PASTE URL HERE" />
In HTML, to include an image, use the IMG tag and specify the location of the image using the SRC parameter. However, because the image is located on your desktop, you will be the only person who will see it. If you want to make it viewable by others, you have to upload the HTML file and the image file to a webserver. <IMG SRC="location of picture">
You upload the image in HTML using a form that includes the following field <input type="file" name="fileUpload" /> After the form is submitted, you can access it with the $_POST variable as $_POST['fileUpload'] http://www.tutorialsscripts.com/free-php-scripts/file-and-directory-script/image-upload.php
If you're using blogger.com, there's a function for you to upload your photos directly into blogger. If not, you can also choose to upload your pictures onto an image hosting site and after that you'll just have to paste the HTML code into your blog. Some image hosting sites includes image shack, photo bucket etc. You can just create an account and upload your image onto the site and after that, you can share them online.
You should check your folder hierarchy and verify that all the HTML/xHTML code is correct. You can use an image editor to ensure the HTML code is correct.
HTML only can be used to display an image on homepage. Image SRC tag can be used to publish it.
One can find a tutorial for inserting an image using HTML on a variety of online sources. Such sources include PageTutor, HTML, MyHTMLTutorials, and TheSiteWizard.
HTML can't do this. It doesn't have built in logic. But you can detect a missing image using Javascript.
First add image (.jpg, .png, .gif) into 'images' folder in main root of the site. In HTML code add <img alt="word or phrase describing image" height="162" src="path where image is coming from images/img.gif" width="917" />
The code to insert an image beings with the <img> tag. If you want the user to enter the image, you have to apply image upload.
To get more images in your craigslist post, you must upload them to Craig Upload and then copy and paste the HTML image codes directly into your craigslist post
You cant upload an actual picture to MySQL, you can upload the URL but not the picture itself. You would have to upload this to your site first and then send the link to MySQL