Skip to Content
Register · Login
About Theme

A Letterboxing Community

Atlas Quest
Search Edit Search

Read Thread: Help, I'm Having a Senior Moment

Help, I'm Having a Senior Moment
Board: Designing and Creating Webpages
Jan 10, 2012 12:53pm
Thread (disabled) Board
I'm making a three-page website for a friend. She wants to be able to go in and change the content herself. I know there's a tag so I can say "change this part" and it won't show up on the web page, but she will be able to see it when she looks at the code. So she will know which parts she can muck with and which parts to leave alone. I just can't remember how that tag reads. seems to me it has a bunch of # and all caps in it...

And of course, I'm in a hurry to finish her project so I can get on with getting ready for school next week, publishing MY book, and hosting a mini-meet this weekend. You know, the important stuff....

Romana
Re: Help, I'm Having a Senior Moment
Board: Designing and Creating Webpages
Reply to: #668539 by Romana
Jan 10, 2012 2:44pm
Thread (disabled) Board
If you're writing straight HTML, start it with

<!--

and end it with

-->

Anything in between will not be seen by a browser.

HTH,
-AG
Re: Help, I'm Having a Senior Moment
Board: Designing and Creating Webpages
Reply to: #668561 by ArtGekko
Jan 10, 2012 2:45pm
Thread (disabled) Board
Thanks! I knew it was something like that, and couldn't remember exactly what, and couldn't find it anywhere in my html book...

you're wonderful!

Romana
Re: Help, I'm Having a Senior Moment
Board: Designing and Creating Webpages
Reply to: #668539 by Romana
Jan 11, 2012 5:42am
Thread (disabled) Board
Yep, I'd add lines like this: