<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Helvetica, Arial, sans-serif"><br>
Hi,<br>
<br>
sorry if this has been asked before - but I can't find the answer
elsewhere.<br>
<br>
Regarding PTV's and conditional markup.....<br>
I read at PmWiki/PageTextVariables-Talk that it's possible to do:<br>
<br>
</font>
<blockquote><font face="Helvetica, Arial, sans-serif">LinkUrl: (:if
name{$FullName}:)<a class="moz-txt-link-freetext" href="http://dilbert.com(:else:)">http://dilbert.com(:else:)</a>[[Cookbook:Quotes]](:ifend:)<br>
  <br>
  </font><font face="Helvetica, Arial, sans-serif">{$:LinkUrl}<br>
  </font></blockquote>
<font face="Helvetica, Arial, sans-serif">or in my case I can do:<br>
<br>
</font>
<blockquote><font face="Helvetica, Arial, sans-serif">APACStatus:(:if
equal "{$:ApprovalStatusAPAC}" "Approved" :)Attach:tick.png(:ifend:)<br>
  <br>
  </font><font face="Helvetica, Arial, sans-serif">{$:APACStatus}<br>
  <br>
  </font></blockquote>
<font face="Helvetica, Arial, sans-serif">However in doing this the
PTV&nbsp; ( APACStatus)&nbsp; in the first line is shown to the reader, I'd like
that hidden<br>
<br>
Therefore I would like to do something like ....<br>
<br>
</font>
<blockquote><font face="Helvetica, Arial, sans-serif">(:APACStatus:(:if
equal "{$:ApprovalStatusAPAC}" "Approved" :)Attach:tick.png(:ifend:):)</font><br>
  <br>
  <font face="Helvetica, Arial, sans-serif">{$:APACStatus}</font><br>
</blockquote>
<font face="Helvetica, Arial, sans-serif"><br>
But it seems either I'm using the wrong syntax, or perhaps this is not
possible, or at least not possible in the way I am trying!!<br>
<br>
Would appreciate any advice on this.<br>
<br>
Thank you<br>
<br>
Graham<br>
</font><br>
<br>
<font face="Helvetica, Arial, sans-serif"><br>
<br>
<br>
<br>
<br>
</font>
</body>
</html>