Hi All,
i got a div tag with an anchor tag within it like this.
<div style="height:10px;width:300px;background-color:Red">
<a>hello</a>
</div>
the text hello is displaying within div tag, is there any way to make the text move above or on the div tag boarder(using paading,margin etc) without moving the anchor tag out of div tag.
Thank you in advance.
Regards,
pavan.
