I am sorry for the misunderstanding but High Tide Magazine appears several times in your iJoomla Magazine client list ... it has confused several of us into thinking we can do things with iJoomla Magazine that we can't.
Hi Kara,
There are some clients who had been using iJoomla extensions in the past but aren´t using those extensions now. I will try to fix this. Sorry about the confusion.
So, if I modify a module, can it be placed in a Vertical or Horizontal zone?
No at this point.
Maybe you can add a module between these zones using something like this:
<style type="text/css" media="screen">
@import url( {LAYOUT_PATH}/css/{CSS} );
</style>
<div class="common">
<div class="pdg">
{MAGAZINE_NAME}
{MAGAZINE_DESC}
{EDITION_NAME}
{EDITION_DESC}
</div>
</div>
<table width='100%'><tr><td>{EDITION_IMAGE}</td></tr></table>
<div class='common'>
{ZONE_1}
</div>
<br clear="all">
<div class="common">
ADD YOUR CODE HERE
</div>
<br clear="all">
<div class="common">
{ZONE_2}
</div>
Best regards,