I have two text displays on my web page. I have show that my text is in an Oval/rounded rectangle in onw and in an arrow in other. I am using div to out put text. I am trying to use background image for this purpose. But I am having trouble that I have no control on size of the images to fir into div that I find from web and plus their position. I will be thankful if anyone help me. My piece of code is like
<div style="background-image:url(*.format); background-attachment:fixed;
background-repeat:no-repeat; position: absolute; left: 120px; top: 100px;
height: 420px; width: 500px; padding: 1em; border: no-border; overflow: auto;"></div>
<div style="background-image:url(*.format); background-attachment:fixed;
background-repeat:no-repeat; position: absolute; left: 120px; top: 100px;
height: 420px; width: 500px; padding: 1em; border: no-border; overflow: auto;"></div>