When I upload, I'm getting the coding errors attached.
Clicking on them takes me to my Act_Header layout where I have the following which it appears to refer to:
The page it brings up in the top (design) window when I click on the errors is the Site Map, not sure if that's relevant but I'm not sure what this segment of the layout does and why it's bringing up these coding errors (incidentally, while I was in my brave "try it and see" phase last week, I did remove this chunk of coding to see what it did, and lost all my page content but I'm sure anyone"in the know" will have expected that!)
Can anyone help me, please?
I can't use the automated stock control mole to update the website while I have these coding errors as it keeps selecting the option to view them and stopping the upload
Cheers!
Clicking on them takes me to my Act_Header layout where I have the following which it appears to refer to:
<!-- The following two lines can be uncommented and moved to include the section image -->
<!-- and description in the section page headers -->
<!-- <!-- SectionHeadImage HTML begin -->
<IMG SRC="<actinic:variable name="SectionImageFileName"/>"
ALT="<actinic:variable name="SectionName" encoding="strip" />"
BORDER=0
height='<Actinic:Variable Name="SectionImageHeight"/>'
width='<Actinic:Variable Name="SectionImageWidth"/>'
>
<!-- SectionHeadImage HTML end -->
-->
<!-- <actinic:variable name="SectionDescription"/> -->
<!-- and description in the section page headers -->
<!-- <!-- SectionHeadImage HTML begin -->
<IMG SRC="<actinic:variable name="SectionImageFileName"/>"
ALT="<actinic:variable name="SectionName" encoding="strip" />"
BORDER=0
height='<Actinic:Variable Name="SectionImageHeight"/>'
width='<Actinic:Variable Name="SectionImageWidth"/>'
>
<!-- SectionHeadImage HTML end -->
-->
<!-- <actinic:variable name="SectionDescription"/> -->
Can anyone help me, please?
I can't use the automated stock control mole to update the website while I have these coding errors as it keeps selecting the option to view them and stopping the upload
Cheers!
Comment