I am working on a wordpress website ,
Where i need to add a image before Hyper link , but i am failed to do so.
I have this for href , and i need image above these links
but i am failed , so far i tried to write css is
background: url("outline.png") no-repeat 6px center;
width: 100px;
height: 100px;
display: block;
but its not showing perfectly, also somepart of image going in background , i also tried Z-Index : 99999 , to show on top.


