Image at the Top Right Corner

Hi,

I want to place an image in the top-right corner of the cell.To this i’m using the syntax “Float:right” .





Response.Write “<img style=”“float:right;”" border="“0"”"





After using this i’m only able to get the image to the bottom-right of the cell.

Please suggest me on how to get the image at the top-right corner of the cell.

Instead of using inline IMG , you can set the same image through background style

In HTML


   .red_mark{
      background:url(red.gif) right top;
      background-repeat:no-repeat;
      }


In XML

      text