Yes, same principle except it avoids character issues by using the (unique) option id.
I haven't used attribute images, and notice that the mod also doesn't identify them. You could rectify this by moving the </div> to include the image, or by adding a div to the image:PHP Code:<?php
if ($options_attributes_image[$i] != '') {
?>
<div id="<?php echo $options_wrapper_id[$i] . 'Image';//gjh42 ?>">
<?php echo $options_attributes_image[$i]; ?>
</div>
<?php
}
?>



