You are here

gallery.html in Opigno WYSIWYG Templates App 7

File

wysiwyg_templates/gallery.html
View source
<table class="white">             <tbody>                 <tr>                     <td><h1>LOREM IPSUM</h1></td>                 </tr>                 <tr>                     <td><table class="cellscontent2">                         <tbody>                             <tr>                                 <td class="item-image-legende"><img width="200" height="99" src="[INSERT_LOGO_PATH]" alt="" />                                 <p>lorem ipsum and ipsum lorem ipsum and ipsum</p></td>                                 <td class="item-image-legende"><img width="200" height="99" alt="" src="[INSERT_LOGO_PATH]" />                                 <p>lorem ipsum and ipsum lorem ipsum and ipsum</p></td>                                 <td class="item-image-legende"><img width="200" height="99" alt="" src="[INSERT_LOGO_PATH]" />                                 <p>lorem ipsum and ipsum lorem ipsum and ipsum</p></td>                             </tr>                             <tr>                                 <td class="item-image-legende"><img width="200" height="99" alt="" src="[INSERT_LOGO_PATH]" />                                 <p>lorem ipsum and ipsum lorem ipsum and ipsum</p></td>                                 <td class="item-image-legende"><img width="200" height="99" alt="" src="[INSERT_LOGO_PATH]" />                                 <p>lorem ipsum and ipsum lorem ipsum and ipsum</p></td>                                 <td class="item-image-legende"><img width="200" height="99" alt="" src="[INSERT_LOGO_PATH]" />                                 <p>lorem ipsum and ipsum lorem ipsum and ipsum</p></td>                             </tr>                         </tbody>                     </table></td>                 </tr>             </tbody>         </table>