I'm having trouble coding this part of my website. You see I want to put images on the right side of my page going down beneath each other like this.

(Web Page)



Main Content
------------------------>Image1
------------------------>Image2
------------------------>Image3

(Web Page)

The reason I want the images there is for advertising space, but when i code it in there i get...

(Web Page)
------------------------>Image1
-------------->Image2
----->Image3
(Web Page)

They don't go under each other like I want, but beside each other =/

----
this is the code i used (i'm working in notepad BTW)
----
<img src="Image1.jpg" align="right"><br>
<img src="Image2.jpg" align="right"><br>
<img src="Image3.jpg" align="right"><br>

please help me
Actually Alice, I JUST thought about doing that 2 seconds ago and tried it. Now it works! Only problem now is when I add text in the <body> tag the images move down. =/