Forum Discussion
_anomDiebolt_
8 years agoQrew Elite
Use IOL with script similar to this:
var $Field = $("#_fid_6");
var $Label = $Field.next("label");
$Field.insertAfter($Label);
BethBeth
8 years agoQrew Assistant Captain
Ok, gonna try this. Looks like fun; I will be so happy if I can make this work! Thanks!