Hello,
My question is almost stupid because I think I know the answer but I wanna be sure. Does it exist a mechanism to be able to put a tag at a specific location. I mean, I can set the coordinates X and Y of a tag. Maybe this specific tag should be placed in a special parent tag?
Do you know an another way to do this?
An example should be something like this :
<html>
<body>
<div id="container" >
<img src="..." x="40" y="0" />
<img src="..." x=70" y ="10"/>
....
</div>
....
Many thanks for you attention,
Bat