Ok I already have a website and I know how to add banners links photos of product etc.
What I can't do is on my about us page in my website I need html codes to drop photo's, I don't want to use a photo sharing site for that, and I can't figure out how to get html for photos any other way. can anyone please please help me.
Thanks Shirl
Waiting some what patiently :0(
html for photos
Mon, 03/22/2010 - 10:39am
#1
html for photos
What do you mean by "drop photos" ?
Do you mean you want to add photos on a website you created, without uploading them on a site such as "photobucket" first?
If that's the case, you need to upload your picture to your website (either using an ftp client or, probably easier, your webhosting service directly, the same place you might go to upload pages you created).
If you upload the picture in the main folder of your website, its url will be http://[your_website_url]/[your_picture_name].jpg
If you upload it in a subfolder, it will be: http://[your_website_url]/[subfolder_name]/[your_picture_name].jpg
To add this picture to your webpage, the html code to use is:
[img src="xxxx"] , with <> instead of [], and with the link of your picture instead of xxxx.
Hope this helped.
Add new comment