PDA

View Full Version : The /* REMARK */ function


sskoutas
Apr-17-2007, 11:34 AM
Can the footer section not accept "remark" fields?

I'm in the process of customizing and learning at the same time, so as "self-help" I've been trying to clearly mark all my customization sections with identifiers like this:

/*~~~~~~~~~~~~~~~~~~~~~~~CODE FOR SEARCH */

It works wonderfully everyplace, except in the footer... when I put it in the footer it shows up on my webpage. What am I doing wrong?

Thank you.

Allen
Apr-17-2007, 11:39 AM
Can the footer section not accept "remark" fields?

I'm in the process of customizing and learning at the same time, so as "self-help" I've been trying to clearly mark all my customization sections with identifiers like this:

/*~~~~~~~~~~~~~~~~~~~~~~~CODE FOR SEARCH */

It works wonderfully everyplace, except in the footer... when I put it in the footer it shows up on my webpage. What am I doing wrong?

Thank you. Put a space after /* maybe?

Andy
Apr-17-2007, 11:39 AM
Can the footer section not accept "remark" fields?

I'm in the process of customizing and learning at the same time, so as "self-help" I've been trying to clearly mark all my customization sections with identifiers like this:

/*~~~~~~~~~~~~~~~~~~~~~~~CODE FOR SEARCH */

It works wonderfully everyplace, except in the footer... when I put it in the footer it shows up on my webpage. What am I doing wrong?

Thank you.
/* Comments in CSS like this */

<!-- Comments in HTML like this -->

sskoutas
Apr-17-2007, 12:10 PM
Put a space after /* maybe?

Thanks Al... I thought the same thing and tried that too... no luck.

sskoutas
Apr-17-2007, 12:11 PM
/* Comments in CSS like this */

<!-- Comments in HTML like this -->
Bingo, and thank you very much, Andy!

Andy
Apr-17-2007, 12:11 PM
Thanks Al... I thought the same thing and tried that too... no luck.
Please do what I said in your footer. Look at my post above.

sskoutas
Apr-17-2007, 12:26 PM
I think I'm all set, Andy... thanks very much!