Thank you for your help. I've tried every combination of 'align' and 'float' that I know of as it relates to HTML in the
inc.html.back_in_stock_notifications.html file to try and get the 'notify me' button to float left instead of right but can't get it...
it's probably just my complete ignorance of 'Ceon:variable tags' and/or 'custom HTML templates' because even the changes I made to the text on the notification form don't ALL show up on the website either.... in the exact same files some of the text changes DO show up and some do NOT...
For anyone else that reads this post someday and to perhaps save you an entire afternoon of obsession here's what I tried that was unsuccessful:
<div class="buttonRow back"><div align="left">
and
<div class="buttonRow forward" align="left">
and
<div align="left">
<div class="buttonRow back">
and
<div style="float:left;">
<div class="buttonRow back">
and
<div class="buttonRow back" style="float:left;">
and even looked at tpl_products_display.php but don't know enough about php to even know if anything can be done here
$submit_button = zen_image_submit(BUTTON_IMAGE_NOTIFY_ME, BUTTON_NOTIFY_ME_ALT,
'name="notify_me"');
$back_in_stock_notification_form->setVariable('submit_button', $submit_button);
So after obsessing all afternoon on this and considering what a GREAT MOD this is I've decided to live with the existing text and layout since the trade off is definitely worth it.
If anyone someday reads this post and comes up with a solution to get the 'notify me' button to align to the left please post the solution here since I'm subscribed to this thread and it would be very helpful to know how to do it.
Anyway, thank you again for trying to help a novice and for such a wonderful mod.
Have a beautiful weekend.