Posted By:
Shannon_Meisenheimer
Posted On:
Wednesday, December 13, 2006 03:13 PM
I'm trying to add comments within a code block, I've tried several different comment syntaxes, but keep receiving an error. I'm trying to add line comments to the following code block: welcomeImgSrc="/images/ci/logos/BbBlackboard_R_URL-f.gif" // You can add your own logo URL between the quotes welcomeImgAlt=" <%=welcomeImgAlt%>" // You can add your own logo alt tag between the quotes welcomeText="" // You can add your own welcome text between the quotes welcomeFontFace="Arial, Helvetica, sans-serif" welcomeFontSize="2" /> The //comments I added are causing an error. Thanks, Sha
More>>
I'm trying to add comments within a code block, I've tried several different comment syntaxes, but keep receiving an error.
I'm trying to add line comments to the following code block:
welcomeImgSrc="/images/ci/logos/BbBlackboard_R_URL-f.gif" // You can add your own logo URL between the quotes
welcomeImgAlt="
<%=welcomeImgAlt%>" // You can add your own logo alt tag between the quotes
welcomeText="" // You can add your own welcome text between the quotes
welcomeFontFace="Arial, Helvetica, sans-serif"
welcomeFontSize="2"
/>
The //comments I added are causing an error.
Thanks,
Shannon