Hi guys.... When I add a new section into my content page Actinic is leaving this small lilac dot as the image! When I click on this dot in the design page it takes me to Act_SectionLineImage(upgarded) section and this is the code it gives me!................ Can anyone advis eme on how to get rid of ur edit this to put my own images in. I know the HTML code to put images in and so on but do not know how to get to desired page/section to alter this?
<!-- SectionLine HTML begin -->
<!-- Insert HTML for the beginning of a section title -->
<DIV ALIGN="center">
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TR>
<TD ALIGN="center">
<A HREF="<actinic:block if="%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e%20AND%0d%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e" ><actinic:variable name="SectionPageName" /></actinic:block><actinic:block if="%28%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e%20%3d%3d%20false%29%20OR%0d%28%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e%20%3d%3d%20false%29" ><actinic:variable name="SectionURL" /></actinic:block>"><!-- SectionNavImage HTML begin -->
<IMG SRC="<actinic:variable name="SectionImageFileName"/>"
ALT="<actinic:variable name="SectionName"/>"
BORDER=0
<actinic:variable name="SectionImageHeight"/>
<actinic:variable name="SectionImageWidth"/>
ALIGN="ABSMIDDLE">
<!-- SectionNavImage HTML end --></A>
</TD>
<!-- <actinic:variable name="SectionName"/> <actinic:variable name="SectionDescription"/> -->
</TR>
</TABLE>
</DIV>
<!-- Insert HTML for the end of a section title -->
<!-- SectionLine HTML end -->
<!-- SectionLine HTML begin -->
<!-- Insert HTML for the beginning of a section title -->
<DIV ALIGN="center">
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TR>
<TD ALIGN="center">
<A HREF="<actinic:block if="%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e%20AND%0d%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e" ><actinic:variable name="SectionPageName" /></actinic:block><actinic:block if="%28%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e%20%3d%3d%20false%29%20OR%0d%28%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e%20%3d%3d%20false%29" ><actinic:variable name="SectionURL" /></actinic:block>"><!-- SectionNavImage HTML begin -->
<IMG SRC="<actinic:variable name="SectionImageFileName"/>"
ALT="<actinic:variable name="SectionName"/>"
BORDER=0
<actinic:variable name="SectionImageHeight"/>
<actinic:variable name="SectionImageWidth"/>
ALIGN="ABSMIDDLE">
<!-- SectionNavImage HTML end --></A>
</TD>
<!-- <actinic:variable name="SectionName"/> <actinic:variable name="SectionDescription"/> -->
</TR>
</TABLE>
</DIV>
<!-- Insert HTML for the end of a section title -->
<!-- SectionLine HTML end -->
Comment