1
I want to change mine template, to make thumbnails, in the part of the photos, or to make with that the photos are below of the other, and one to the side of the other.
The best one to make exactly to be pretty, I find that it would be to create thumbnail, then when click in the photo it appears in real size. But as?
Had to the size of the photos template he is out of alignment.
all the code
<table width="100%" class="outer">
<tbody>
<tr>
<td class="even"><table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td width="110"><IMG src=<{$url_icono}> hspace="2" width="110"
border="0">td>
<td><h4><{$t_inmueble}>h4><{$zona}>td>tr>
table>td>tr>
<tr>
<td class="odd"><{$d_larga}>td>
tr>
<tr>
<td class="even"><{$precio_lang}><font color="Red"><{$precio}>font><br> <b><{$referencia_lang}><{$c_referencia}>b>td>
tr>
tbody>
table>
<table width='100%'>
<TR><TD align="center"><IMG src="<{$link_telefono}>" alt="tel" border="0"><font face="Verdana, Arial, Helvetica, sans-serif" color="#0101FE" size="5"> <{$telefono_agencia}>font>TD>TR>
table>
<table width="100%" class="outer">
<{section name=j loop=$fotos}>
<{if $par[j] eq true}>
<tr>
<td align=center class="even"><IMG src=<{$fotos[j].url_foto}> width="255" border="0">td>
<{if $ultimo[j] eq true}>
tr>
<{/if}>
<{else}>
<td align=center class="even"><IMG src=<{$fotos[j].url_foto}> width="255" border="0">td>
tr>
<{/if}>
<{/section}>
table>
only the code of the table
<table width="100%" class="outer">
<{section name=j loop=$fotos}>
<{if $par[j] eq true}>
<tr>
<td align=center class="even"><IMG src=<{$fotos[j].url_foto}> width="255" border="0">td>
<{if $ultimo[j] eq true}>
tr>
<{/if}>
<{else}>
<td align=center class="even"><IMG src=<{$fotos[j].url_foto}> width="255" border="0">td>
tr>
<{/if}>
<{/section}>
table>