I try to alter the style if a DVD is borrowed
so i used this code:
- Code: Select all
<table <!--IFdueDate style="background-color:#FFE2E2 ;" ENDdueDate--> class="box" cellpadding="0" cellspacing="0">
after exporting
- Code: Select all
<table style="background-color:#FFE2E2 ;" class="box" cellpadding="0" cellspacing="0">
It works perfectly fine!
But in another template using this code:
- Code: Select all
<tr <!--IFdueDate style="background-color:#FFE2E2 ;" ENDdueDate--> >
or for showing one picture and another if the dvd is borrowed:
- Code: Select all
<img src:"Images/rent<!--IFdueDate no ENDdueDate-->.png" >
nothing happens, after exporting the template, the code is not replaced, but still there.
What am I missing?

