Announcement

Collapse
No announcement yet.

v8 & Divs

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    v8 & Divs

    Hi,

    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>
    Now, I have:

    Code:
    	<div id="primary_main" class="primary_main">
    	  <actinic:variable name='INNERLAYOUT' />
        </div>
    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.

    #2
    Your code you mention seems to have been upgraded perfectly. The thing to check is the CSS file - which has been upgraded to a layout called 'Actinic Stylesheet'. This layout can be viewed by selecting 'Actinic Stylesheet' in the 'Select Page Type' list in the 'Design' tab of the preview. See whether your styles are present and correct in this layout.

    Comment


      #3
      Hi there, I think it was down the the fragments using tables. changed them for divs and all working now.

      Thanks,
      Paul.

      Comment

      Working...
      X