I’m trying to learn html so I can make my own website, but I’m really confused on how to insert images. I think I know the code, but how do I get pictures saved on my computer into the document?
why dont you download dreamweaver cs3 from here you have to setup and account. And then head over to serials.ws and unlock the trial with a serial from there. This is much easier than trying to learn HTML. Hope this helps!
I think I understand your query. You want to know how to bring the picture you desire on your webpage.
Well, this is the HTML code for inserting an image:
After src attribute you can add different attributes such as ‘border’, ‘align’, etc.
In your Notepad file just type the following code where you want the image to be displayed:
Here “D:\abc\xyz.jpg” is the location where your picture is situated on your computer. You must edit it as per the location of your pic. Do remember, to put the appropriate extension of your picture file in the end eg) .jpg, .gif, .bmp, etc
But Actually you might consider using Microsoft Frontpage. It’s load easier than Notepad as it generates codes automatically and you just have to type what you want. It will be installed on your computer, just open Start and look for it.
June 23rd, 2008 at 6:35 am
why dont you download dreamweaver cs3 from here you have to setup and account. And then head over to serials.ws and unlock the trial with a serial from there. This is much easier than trying to learn HTML. Hope this helps!
June 24th, 2008 at 3:36 am
I think I understand your query. You want to know how to bring the picture you desire on your webpage.
Well, this is the HTML code for inserting an image:
After src attribute you can add different attributes such as ‘border’, ‘align’, etc.
In your Notepad file just type the following code where you want the image to be displayed:
Here “D:\abc\xyz.jpg” is the location where your picture is situated on your computer. You must edit it as per the location of your pic. Do remember, to put the appropriate extension of your picture file in the end eg) .jpg, .gif, .bmp, etc
But Actually you might consider using Microsoft Frontpage. It’s load easier than Notepad as it generates codes automatically and you just have to type what you want. It will be installed on your computer, just open Start and look for it.
Hope this helped.