SPIP comment from ecrire

Hi everybody,

How to use html comment ( ) in the spip articles while editing from backend.

Thanks in advance.

Regards,
Iswaria

Hello :slight_smile:

I don't know if this is allready implemented in Spip but that might be a
great idea indeed ! :smiley:

Maybe it is possible to code such a feature using models or something like
that ???

Well... if someone knows, let us know :slight_smile:

Etinne

On Thu, February 14, 2008 8:01 am, Iswaria wrote:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000099">
<font size="-1"><font face="Verdana">Hi everybody,<br>
<br>
&nbsp;&nbsp;&nbsp; How to use html comment (<!-- comment text --> ) in the
spip
articles while editing from backend.<br>
<br>
&nbsp;&nbsp;&nbsp; Thanks in advance.<br>
<br>
Regards,<br>
Iswaria<br>
</font></font>
</body>
</html>
_______________________________________________
spip-en@rezo.net - http://listes.rezo.net/mailman/listinfo/spip-en

how about:
my article text....
<html><!-- my comment --></html>
the rest of my article text...

Pierre

Iswaria wrote:

Hi everybody,

    How to use html comment (<!-- comment text --> ) in the spip articles while editing from backend.

    Thanks in advance.

Regards,
Iswaria

Arf ! :lol:

All simplified... Sometimes I wonder how I can look forward a so
complicated solution when I have it right under my eyes :stuck_out_tongue:

Thanks Pierre :slight_smile:

Etienne

On Thu, February 14, 2008 11:37 am, Pierre Andrews wrote:

how about:
my article text....
<html><!-- my comment --></html>
the rest of my article text...

Pierre

Iswaria wrote:

Hi everybody,

    How to use html comment (<!-- comment text --> ) in the spip
articles while editing from backend.

    Thanks in advance.

Regards,
Iswaria

_______________________________________________
spip-en@rezo.net - http://listes.rezo.net/mailman/listinfo/spip-en