Unslider isn't displaying images

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mdismukeths2003
    New Member
    • Jul 2016
    • 1

    Unslider isn't displaying images

    !-- start Documents -->
    <pcs:foreach var="list" expr="itemByPat h('Index')">
    <!-- Start unslider DIV source http://unslider.com/ -->
    <div class="unslider Container">
    <pcs:foreach var="item" expr="filter(li st.items, 'filtered.publi shed &and; !filtered.hidde n')">
    <ul>
    <li>
    <table width="90%">
    <tr>
    <td valign="top" width='<pcs:val ue expr="item.phot o.width"></pcs:value>'>
    <a href='<pcs:valu e expr="item.url" ></pcs:value>'><im g src='<pcs:value expr="item.phot o.location"></pcs:value>' width='<pcs:val ue expr="item.phot o.width"></pcs:value>' height='<pcs:va lue expr="item.phot o.height"></pcs:value>' alt='<pcs:value expr="item.head line"></pcs:value>' border='0' /></a><br/>
    </td>
    <td valign="top" style="PADDING-LEFT: 10px">
    <a href='<pcs:valu e expr="item.url" ></pcs:value>'><h2 ><pcs:value expr="encode(it em.headline)"></pcs:value></h2></a>
    <p style="font-size:10px; font-weight:normal;" ><pcs:value expr="item.body "></pcs:value></p>
    <p><a href='<pcs:valu e expr="item.url" ></pcs:value>'><pc s:value expr="item.head line"></pcs:value></a></p>
    </td>
    </tr>
    </table>
    </li>
    </ul>
    </pcs:foreach>
    </div>
    <!-- End unslider DIV -->
    <!-- end Documents -->
    Attached Files
Working...