I'm in the process of a redesign, but I'm having to learn v8 at the same time (so please bear with me)!
I'm currently looking at the registered customers information that appears at the top of every page when customers have logged in, which lists the name of the buyer, the name of the account, and a logout link.
I have customised the look of this section using CSS, and I have created a class in CSS that defines the look of this (and other) links, but can't track down the rogue <a> tag (which creates the 'logout' link) in order to define it! The code reference appears on the main page, just above the INNERLAYOUT code:
<actinic:variable name="NowServing" /><actinic:variable name="CurrentAccount" /><actinic:variable name="LogoutSimple" />
I've looked in the 'text' section, and found the code that defines this section: (Phase -1 ID: 212; 213; 217) and the code that defines the style used: (Phase -1 ID: 1968; 1970); but nothing that adds a <a></a> tag!
Under the HTML text I have found a logout link (Phase -1 ID: 2283), but according to the description it says it's "used very rarely", and it can't be the code used because it includes code for constructing a table cell.
I've also tried right-clicking on the variable name and there is no 'edit code' or 'edit variable' option. If I double-click on it, it comes up with the 'edit appearance' box which doesn't help.
The code must exist somewhere, but please can someone let me know where I can find it?
I'm currently looking at the registered customers information that appears at the top of every page when customers have logged in, which lists the name of the buyer, the name of the account, and a logout link.
I have customised the look of this section using CSS, and I have created a class in CSS that defines the look of this (and other) links, but can't track down the rogue <a> tag (which creates the 'logout' link) in order to define it! The code reference appears on the main page, just above the INNERLAYOUT code:
<actinic:variable name="NowServing" /><actinic:variable name="CurrentAccount" /><actinic:variable name="LogoutSimple" />
I've looked in the 'text' section, and found the code that defines this section: (Phase -1 ID: 212; 213; 217) and the code that defines the style used: (Phase -1 ID: 1968; 1970); but nothing that adds a <a></a> tag!
Under the HTML text I have found a logout link (Phase -1 ID: 2283), but according to the description it says it's "used very rarely", and it can't be the code used because it includes code for constructing a table cell.
I've also tried right-clicking on the variable name and there is no 'edit code' or 'edit variable' option. If I double-click on it, it comes up with the 'edit appearance' box which doesn't help.
The code must exist somewhere, but please can someone let me know where I can find it?
Comment