Hi,
Can anyone tell me if there are known problems with Divs in v8? In my v7 html I had this:
Now, I have:
It shows the correct fragments etc, but the div is no longer in the correct location on screen. It appears under the previous div, not floating right as it was before. Has something changed? I had a look through the INNERLAYOUT and couldnt see any errant divs.
Thanks,
Paul.
Can anyone tell me if there are known problems with Divs in v8? In my v7 html I had this:
Code:
<div id="primary_main" class="primary_main"> NETQUOTEVAR:FORMBEGIN NETQUOTEVAR:BULK NETQUOTEVAR:FORMEND </div>
Code:
<div id="primary_main" class="primary_main"> <actinic:variable name='INNERLAYOUT' /> </div>
Thanks,
Paul.
Comment