Hi All..
I am working on dreamweaver customization, but Im having problems with the
translation issue.

I did my own tags and I can easily display them on the design view, and I know
everything about locking the code...

But the problem is how can I modify the design view (draging a text field from
a position to other) to modify the original code .. e.g

My tag is:-

<xf:input left=30 top=60></xf:input> .. I can display this easily as an input
text field on the design view, of course as I know this is tranlated to HTML
input field so it can be displyed on the design view, but the problem is when
draging this in the design view the original code is locked, so how can I let
the left and top attributes to change to a different possition..

Thanks all.