positioning

wxdqz

New Member
hello,

i have a bit of a problem. i've been trying to modify <p> tag, that it would contain a positioning script. is something like this possible using xml, or is there a better solution? my objective is something like this <p x="ix" y="iy">blabla</p>, where if x or y are set the style->position turns absolute, style->top turns ix and style->left turns iy. if one of them is set, then the other turns 0. if none of them is set the positioning stays default, and the tag is considered as normal <p>.
 
Back
Top