Create images the same size, then place into a table with two cells:
<table style="width: 100%">
<tr>
<td style="width:50%"><img src="/images/img1.jpg"/></td>
<td style="width:50%"><img src="/images/img2.jpg"/></td>
</tr>
</table>
Pictures don't come in HTML
<img src="link for picture">
You need to use HTML and Styles to do it. For the Pictures/YourImage.gif part you can put in your own code for your picture.Your text
Copy and paste the HTML code on to the page
Go to photobucket or tinypic.com and upload you pcitures there get the HTML code copy and paste :)
Go to tinypic.com, pick your file, and use the html code and post it on your sniff when you are done.
Notepad itself cannot show pictures. It can only deal with text. You can type the HTML code to show images by using Notepad, but the images will only be seen when you open the file in a browser. To do a typical line of code for showing an image, you would do this: <img src="myimage.jpg" />
<code><code>HTML TEXT HERE</code></code>
No! HTML is simply code. You can write 1 million pages of HTML code if you want. HTML is not a program. Its code. Now you may have a program that uses HTML code and that program has limitations. But not HTML itself.
You can pull up your HTML code by right clicking the code and hitting, View Source. This will open the HTML code and you can format it.
No game has HTML code because HTML is only for web design.
You have to put the picture on Photobucket (or any site that lets you put pictures on) and just copy and paste the website address on the HTML code button.