I have an JPEG image that my friend has sent me through email and he wants me to put the image on as a coming soon page. If you have a look at the attachment you will see the image that my friend wants me to put on the page. Just need a bit of help please. Thanks you all for posting.
if your friend wants you to put on then put it on i don't see any problem with that what else does he want you to do?
So you basically saying to load up the image, and it will work? I aint feeling to well tonight and my brain has shut down for the night so I can't think straight.
Here you go. Just copy this and put it into a file called index.htm. Make sure your image is called attachment.jpg and stick it in the same directory as index.htm. Then upload both to your webserver. There are plenty of better and more elegant ways to do this, but hey - you're not paying, I'm doing it out of the goodness of my own heart (aw bless), and it's taken me 60 seconds. Enjoy, ben <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <meta name="Keywords" content="Hair Styling for men" /> <meta name="Description" content="DO - Hair Styling For Men - Coming Soon" /> <title>DO Hair Styling For Men</title> <style type="text/css"> body { background-color: #498dba; text-align:center; } </style> </head> <body> <img src="attachment.jpg" alt="DO Hair Styling For Men - Coming Soon" /> </body> </html> Code (markup):