I want to target the following item:
/html/body/div[2]/div/div[5]/div/table/tbody/tr[2]/td[2]/img
how can i style this exactly?
Currently i have this css which seems to apply the style to all img
inside the div
div.PageHeaderDescription img {
border-radius: 7px 7px 7px 7px;
bottom: 10px;
float: none;
height: auto;
margin-right: 10px;
position: relative;
right: -230px;
width: 614px;
}