place text starting at the top right corner of image

unfunnyguy

New Member
How can I place text starting at the top right corner of an image?html\[code\]<div class="img-text"> <img></div><div class="div"> <h4>Title</h4> <ul> <li>Image Caption</li> <li>Added on which date</li> <li>Description of the image?</li> </ul></div>\[/code\]css\[code\].img-text img{ width: 100px; height: 100px}\[/code\]
 
Back
Top