He pasado mi programa por linkchecker y me dice que tengo un problema:
Error 404 not found
y me dice dos cosas
width=197
hspace=80
dejo aqui la parte en cuestion por más que le doy vuelta no lo encuentro.
Código PHP:
Ver original
$tr_empresas.="<tr><td width=90 rowspan=5><img src=".$row['imagenprin']." width=197 height=173 hspace=10 alt=Sin_imagen></td> <td width='372' align='center' ><h4>".$row['empresa']."</h4></td> <td width=240 rowspan=2><img src=".$row['map_empresa']." hspace=80 ></td> </tr> <tr> <td align='center'>".$row['descripcion']."</td> </tr> <tr> <td align='center'>".$row['direccion']."</td>"; if($row['paypag']=='si'){ $tr_empresas.="<td rowspan=3> <a href='galeria.php?empresa=$row[empresa]&id_empresa=$row[id_empresa]&direccion=$row[direccion]&telefono=$row[telefono]&horario=$row[horario]&fax=$row[fax]&mail=$row[mail]'> <img src='$row[paginaweb]'style='border:none' hspace='80' height='20'></td> </a></td> </tr>";
En la espera
Gracias y saludos