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">
Code: Select all
<table style="background-color:#FFE2E2 ;" class="box" cellpadding="0" cellspacing="0">
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" >
What am I missing?