Try as i might, i cant seem to find the code for a set of navigation icons on my site. As i move up and down the Parent selector in design tab, the preview page shows the Home More News buttons as a bank of three where as all the rest are single buttons.
I can access the code behind all the other buttons to adjust the .gif image, the colour, position and which file is accessed, but not this bank of three. When i try, drilling down i come to a dead end at the following
.
This is where it starts to get a little strange, I have previously been able to edit these buttons, i had pointed one at a research folder and it worked fine. I recently had a problem uploading to the test site, conflicting file names, and the Actinic support told me Could you please delete everything within ' C:\Documents and Settings\Keith Smith\My Documents\Actinic v8\Sites\Site1\SiteHTML ' ; ' C:\Documents and Settings\Keith Smith\My Documents\Actinic v8\Sites\Site1\DesignPreviewHTML ' ; and ' C:\Documents and Settings\Keith Smith\My Documents\Actinic v8\Sites\Site1\PreviewHTML ' and then try doing a refresh of the site ('Web | Refresh Website') and let me know how it goes. since then, the file that the button points to is not there, i took a back up and replaced it but it still cant find it. I cant find the code to edit and re link it to the correct file, nor can i seem to identify why this set of three buttons responds differently to all the others that i can edit the HTML behind.
Any help appreciated.
Keith
I can access the code behind all the other buttons to adjust the .gif image, the colour, position and which file is accessed, but not this bank of three. When i try, drilling down i come to a dead end at the following
Code:
<img src="<actinic:variable name="BrochureImage" />" alt="<actinic:variable name="BrochureName" />" border="0" name="br_nav<actinic:variable name="BrochurePageID" />" />
This is where it starts to get a little strange, I have previously been able to edit these buttons, i had pointed one at a research folder and it worked fine. I recently had a problem uploading to the test site, conflicting file names, and the Actinic support told me Could you please delete everything within ' C:\Documents and Settings\Keith Smith\My Documents\Actinic v8\Sites\Site1\SiteHTML ' ; ' C:\Documents and Settings\Keith Smith\My Documents\Actinic v8\Sites\Site1\DesignPreviewHTML ' ; and ' C:\Documents and Settings\Keith Smith\My Documents\Actinic v8\Sites\Site1\PreviewHTML ' and then try doing a refresh of the site ('Web | Refresh Website') and let me know how it goes. since then, the file that the button points to is not there, i took a back up and replaced it but it still cant find it. I cant find the code to edit and re link it to the correct file, nor can i seem to identify why this set of three buttons responds differently to all the others that i can edit the HTML behind.
Any help appreciated.
Keith
Comment