- 1). Locate the image code within the HTML file for your page. This code should begin with <img src="photo.jpg">.
- 2). Click on the line of code to place your cursor to the right of "photo.jpg" and add the "align" tag so that the code now looks like this: <img src="photo.jpg" align="right">
- 3). Save the document and upload it to your server. The photo in question will now appear at the right side of the screen or table for anyone who visits your page.
SHARE