Hi
I am using Actinic V8/Catalog to try & rebuild an existing website.
In the design tab, in the layout code window, I have the following:
before innerlayout
<actinic:variable name='INNERLAYOUT' />
after innerlayout
I put the lines 'before innerlayout' and 'after innerlayout' to try & work out what was going on. Then I hit the 'Offline Page Preview' button, and view source, again to see what was going on. An extra bit of html had been introduced here that I didn't ask for:
<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td valign="top">
Where is this coming from?
For the time being, I have counteracted it by putting the following in to the fragment layout:
</td></tr></table>
Stapes
I am using Actinic V8/Catalog to try & rebuild an existing website.
In the design tab, in the layout code window, I have the following:
before innerlayout
<actinic:variable name='INNERLAYOUT' />
after innerlayout
I put the lines 'before innerlayout' and 'after innerlayout' to try & work out what was going on. Then I hit the 'Offline Page Preview' button, and view source, again to see what was going on. An extra bit of html had been introduced here that I didn't ask for:
<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td valign="top">
Where is this coming from?
For the time being, I have counteracted it by putting the following in to the fragment layout:
</td></tr></table>
Stapes
Comment