Quote Originally Posted by mheishman View Post
So I made the change to look like this
I think it went up too high!

o.k.

this chunk (from the file reset to the original state):

Code:
<?php
if ($options_attributes_image[$i] != '') {
?>
<?php echo $options_attributes_image[$i]; ?>
<?php
}
?>
<br class="clearBoth" />
to between here:

(line 24)
Code:
?>
-- right here--

(line 25)
Code:
<h3 class="attributesComments"><?php echo $options_comment[$i]; ?></h3>