Hi,
I am trying to completely remove some section links from a certain page, I’ve edited the section link layout but I need to remove all the associated <td> and <tr> tags which appear to be inserted from the “List Layout Settings” page and giving me lots of white space.
I only want to remove certain sections so I tried editing the “Edit Rows and Columns” tab with some block ifs but they just don’t seem to work, I am trying this in the block if around the <td> and <tr> codes:
<actinic:variable name="SectionImageFileName" /> != 'dot1.gif'
Which I was hoping would only display the code if the SectionImageFileName was not equal to dot1.gif, hence if I set the image to dot1.gif the code would not be displayed but it seems to make no difference at all.
Am I doing something wrong?
Thanks
I am trying to completely remove some section links from a certain page, I’ve edited the section link layout but I need to remove all the associated <td> and <tr> tags which appear to be inserted from the “List Layout Settings” page and giving me lots of white space.
I only want to remove certain sections so I tried editing the “Edit Rows and Columns” tab with some block ifs but they just don’t seem to work, I am trying this in the block if around the <td> and <tr> codes:
<actinic:variable name="SectionImageFileName" /> != 'dot1.gif'
Which I was hoping would only display the code if the SectionImageFileName was not equal to dot1.gif, hence if I set the image to dot1.gif the code would not be displayed but it seems to make no difference at all.
Am I doing something wrong?
Thanks
Comment