Ver Mensaje Individual
  #5 (permalink)  
Antiguo 19/11/2004, 08:15
Avatar de gachon
gachon
 
Fecha de Ingreso: septiembre-2004
Ubicación: En Google
Mensajes: 462
Antigüedad: 19 años, 7 meses
Puntos: 3
perdona es que todo el codigo de la ficha no cabe te pongo el codigo por la mitad:
Código:
<html><head><title>Ficha de la propiedad</title></head>
<body bgcolor="#dedebb" text="#484b4a" link="#0099ff" vlink="#0099ff" alink="#0099ff" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
  <tbody><tr valign="top" align="center">
	  <td valign="top" align="center" bgcolor="#FFFFFF">

					<br>
				  <table width="504" border="0" cellspacing="0" cellpadding="0" align="center" height="20">
					<tbody><tr>
					  <td width="200" height="20" bgcolor="#ff6f0f" class="letra-forms"><strong><span class="textonormal">
                      <font color="Blue">Chalet</font></span></strong> </td>
					</tr>
	    </tbody></table>
				  <table width="504" height="12" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#f4f4f4">
					<tbody><tr>
					  <td width="12" height="12"><img src="ficha.asp_files/spacer.gif" width="1" height="1"></td>
					  <td width="456"></td>
					  <td width="12" height="12"><img src="ficha.asp_files/spacer.gif" width="1" height="1"></td>
					</tr>
	    </tbody></table>
				  <table width="504" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#f4f4f4">
					<tbody><tr>
					  <td width="12" height="132"> </td>
					  <td width="456" height="132">
						<table border="0" cellpadding="2" cellspacing="2">
						  <tbody><tr class="textonormal">
                            <td height="20" valign="top">
                    <div align="right">Referencia: </div>AQUI ESTA LA REFERENCI
                            </td>
                            <td height="20" valign="top"><strong>9641</strong></td>
					      </tr>
						  <tr class="textonormal">
							<td width="120" height="20" valign="top">
							  <div align="right">Operación: </div>
							</td>
							<td width="332" height="20" valign="top"><strong>Venta</strong></td>
						  </tr>
						  <tr class="textonormal">
							<td width="120" height="20" valign="top">
							  <div align="right">Precio:
							  </div>
							</td>
							<td height="20" valign="top"><strong>
						     	 	 	 	396.666 €
						    </strong></td>
						  </tr>
						  <tr class="textonormal">
							<td width="120" height="20" valign="top">
							  <div align="right">Dirección:</div>
							</td>
							<td height="20" valign="top"><strong>CHIMENEA</strong></td>
						  </tr>
entonces que hago sustituyo esto:
Código:
<td height="20" valign="top">
                    <div align="right">Referencia: </div>
                            </td>
por lo que tu me has puesto al principio:
Código:
<input type="hidden" name="referencia" value="<? echo $referencia ?>">
bueno muchas gracias y saludos;

Última edición por gachon; 19/11/2004 a las 08:19