<?php $value = 'http://static.forosdelweb.com/fdwtheme/fdw-foco-1.png'; $name = 'imagen'; if($name == 'imagen') { echo '<tr> <td style="position:relative; width:20%;"> <img width="100%" src="'.$value.'" />"; </td> <tr/>'; } ?>