html comments in notes?

Forum for general requests for support for players. Both staff members and veteran players can help new players with problems they encounter. No chatting in this forum, please.

Moderators: Public Relations Department, Players Department, Programming Department

User avatar
Swingerzetta
Posts: 615
Joined: Mon Feb 11, 2013 11:21 pm

html comments in notes?

Postby Swingerzetta » Tue Apr 28, 2015 8:29 am

I have a note that's meant to be filled out by other players, and I was hoping to add an html comment so that even people who don't know how to read html will be able to add to it in the right place. I was planning on using !-- comments to mark the spot. However, the parser erases those types of comments. Is there a way to add such things that the parser will accept?
User avatar
EchoMan
Posts: 7768
Joined: Fri Aug 26, 2005 1:01 pm
Location: Stockholm, Sweden

Re: html comments in notes?

Postby EchoMan » Tue Apr 28, 2015 10:33 am

We are rather restrictive with tags for a good reason.

You could hide it with css.

Code: Select all

.noshow {
  display: none;
}

<div class="noshow"> Coment goes here </div>
User avatar
Swingerzetta
Posts: 615
Joined: Mon Feb 11, 2013 11:21 pm

Re: html comments in notes?

Postby Swingerzetta » Tue Apr 28, 2015 8:57 pm

I'm sure the reason is good. I have no complaints about the restrictiveness, just questions, and now answers. Thanks, EchoMan! That's a good solution.

Return to “General Support”

Who is online

Users browsing this forum: No registered users and 1 guest