ASP.Net issue with Images being left aligned?

jastoh

New member
I have an image which is left aligned, so that the next label will appear to be in the same line as the image.

The problem is the image is 70 by 70 pixels, and a line of text wouldn't be 70 pixels of height. When I try to add the second label to be BELOW the image, it still appears in the same line as the image (within that 70 pixels).

What can I do to make the second label below the image, without using multiple br tags?
 
Back
Top