i know its possible

admin

Administrator
Staff member
i need to write text over part of an image, problem is i dont know how to do it. i have positioned the image using dhtml, but have wrote the text under normal html tags.

what do i need to do?

here is some of the code that i have used.

<!--Image placement-->

<style>

#quarry {position: absolute; right:34px; top:89px}

</style>

<br>
<br>

<body>

<!--Here is the text i need to plae over part of the image-->

<!--Paragraph 1-->

Our quarry is situated at Stanwell, about 25 kilometres west of Rockhampton, Queensland.

The present owners of the quarry have had over 20 years experience in
<br>
the sandstone quarrying/manufacturing industry
<br>
and formerly owned sandstone quarries in NSW
<br>

thanks heaps i advance for whoever can help me
 
Back
Top