Comment: 0,0:00:00.00,0:00:00.00,1,cal pos based on an7,0,0,0,code line all,an = line.styleref.align if an == 1 or an == 2 or an ==3 then y = yres-line.styleref.margin_v-line.height elseif an == 4 or an == 5 or an == 6 then y =math.round(yres/2-line.height/2) else y = line.styleref.margin_v end if an == 1 or an == 4 or an == 7 then x= line.styleref.margin_l elseif an == 2 or an == 5 or an == 8 then x=math.round(xres/2-line.width/2) else x=math.round(xres-line.styleref.margin_r-line.width) end