Can you give the code you have so far it might give a better view on what you are trying to accomplish.
you can put text into a layer and then you can position the layer with css
here's an example of placing a layer with css
Code:
<style>
/*link class*/
link{
margin-left:100px;/*this will move the div 100px to the left*/
margin-top:100px;/*this will move the div 100px downwards*/
}
</style>
<div class="link">
<a href=# >This is a link</a>
<div>
don't forget to check w3c for css tutorials
w3c schools
__________________________________________________ ________
This is my junk I'm gona eat it