1 00:00:00,390 --> 00:00:07,800 With our Carlo bar created the next thing we'll do is insert the table that contains our main image. 2 00:00:07,800 --> 00:00:09,960 We'll create this table under our hollow table 3 00:00:13,240 --> 00:00:15,070 inside this table create a table row 4 00:00:20,620 --> 00:00:23,840 and inside the table row create a table them 5 00:00:27,300 --> 00:00:33,540 give this column an alignment attribute set to center because we want the image to be in the center 6 00:00:34,620 --> 00:00:35,430 of the column. 7 00:00:37,990 --> 00:00:44,510 And inside this column create a nested table and create a table row 8 00:00:52,350 --> 00:00:56,790 and insert the column that contains the image 9 00:00:59,930 --> 00:01:05,980 of this image can be found in your Downloads folder so you can use this image or you can use another 10 00:01:05,980 --> 00:01:07,420 image of your choosing. 11 00:01:07,750 --> 00:01:15,160 So you can see we've given this column center alignment attribute we've inserted the image with source 12 00:01:15,160 --> 00:01:22,120 attribute set to the image name and remember to keep this image in the same folder that your HMO page 13 00:01:22,120 --> 00:01:25,560 is stored in and then set the width and height of the image as well. 14 00:01:28,200 --> 00:01:32,570 Press refresh and you can see that the image is inserted.