How to place an image in table’s right corner? I want set a image for an table corner.
How can I do it in html or css?
Here is example of what I want to get:

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
you need to wrap the table in a div, set the div in relative position and the corner details image in a absolute position.