Hello Folks,
I'm working on a new template for act_primary which will have the same look as before when I'm finished, but am trying to use better code to achieve the result.
http://www.magicalwonders.com/acatalog/Exclusives.html
There were a few Netquoatevars to do with Coupons which I have commented out and placed at the bottom of the page. Everything seems to work O.K., so hopefully I haven't missed out anything vital.
The problem is trying to validate the code using W3C validation service. I currently have 21 errors on the page. My only consolation is that this is two less errors than validating the act_primary following a fresh install of Actinic (clean layout 14)
The attached file shows the validation results for my edited act_primary. A lot of the errors are to do with Netquotevars, and I assume there is nothing I can do about this?
The depricated attributes such as cellspacing etc., I can sort out using CSS.
However, I am not sure how to correct the following nine errors:-
1. Line 8, column 27: there is no attribute "VALUE"
<Actinic:BASEHREF VALUE="NETQUOTEVAR:BASEHREF"/>
2. Line 8, column 49: element "ACTINIC:BASEHREF" undefined
<Actinic:BASEHREF VALUE="NETQUOTEVAR:BASEHREF"/>
3. Line 22, column 20: element "ACTINIC:COOKIECHECK" undefined
<Actinic:COOKIECHECK/>
14. Line 87, column 73: end tag for element "A" which is not open
...to:" + _l + "' class='contact'>" + _m + "</a>");
17. Line 110, column 62: element "ACTINIC:NOWSERVING" undefined
... <!-- NETQUOTEVAR:LOGINLINK --><ACTINIC:NOWSERVING />
18. Line 111, column 27: element "ACTINIC:CURRACCOUNT" undefined
<ACTINIC:CURRACCOUNT /><ACTINIC:LOGOUT_SIMPLE />
19. Line 111, column 52: element "ACTINIC:LOGOUT_SIMPLE" undefined
<ACTINIC:CURRACCOUNT /><ACTINIC:LOGOUT_SIMPLE />
20. Same as 14
21. Line 157, column 25: end tag for element "SCRIPT" which is not open
</SCRIPT>
I have no clue what is meant by "undefined" which accounts for five of these errors.
Errors 14 and 20 refer to a mailto: script and I can't see what is wrong.
Can anybody point me in the right direction for these errors please?
Many thanks,
Myles
I'm working on a new template for act_primary which will have the same look as before when I'm finished, but am trying to use better code to achieve the result.
http://www.magicalwonders.com/acatalog/Exclusives.html
There were a few Netquoatevars to do with Coupons which I have commented out and placed at the bottom of the page. Everything seems to work O.K., so hopefully I haven't missed out anything vital.
The problem is trying to validate the code using W3C validation service. I currently have 21 errors on the page. My only consolation is that this is two less errors than validating the act_primary following a fresh install of Actinic (clean layout 14)
The attached file shows the validation results for my edited act_primary. A lot of the errors are to do with Netquotevars, and I assume there is nothing I can do about this?
The depricated attributes such as cellspacing etc., I can sort out using CSS.
However, I am not sure how to correct the following nine errors:-
1. Line 8, column 27: there is no attribute "VALUE"
<Actinic:BASEHREF VALUE="NETQUOTEVAR:BASEHREF"/>
2. Line 8, column 49: element "ACTINIC:BASEHREF" undefined
<Actinic:BASEHREF VALUE="NETQUOTEVAR:BASEHREF"/>
3. Line 22, column 20: element "ACTINIC:COOKIECHECK" undefined
<Actinic:COOKIECHECK/>
14. Line 87, column 73: end tag for element "A" which is not open
...to:" + _l + "' class='contact'>" + _m + "</a>");
17. Line 110, column 62: element "ACTINIC:NOWSERVING" undefined
... <!-- NETQUOTEVAR:LOGINLINK --><ACTINIC:NOWSERVING />
18. Line 111, column 27: element "ACTINIC:CURRACCOUNT" undefined
<ACTINIC:CURRACCOUNT /><ACTINIC:LOGOUT_SIMPLE />
19. Line 111, column 52: element "ACTINIC:LOGOUT_SIMPLE" undefined
<ACTINIC:CURRACCOUNT /><ACTINIC:LOGOUT_SIMPLE />
20. Same as 14
21. Line 157, column 25: end tag for element "SCRIPT" which is not open
</SCRIPT>
I have no clue what is meant by "undefined" which accounts for five of these errors.
Errors 14 and 20 refer to a mailto: script and I can't see what is wrong.
Can anybody point me in the right direction for these errors please?
Many thanks,
Myles
Comment