Ver Mensaje Individual
  #5 (permalink)  
Antiguo 20/08/2003, 11:20
Avatar de gperdomo
gperdomo
 
Fecha de Ingreso: marzo-2002
Ubicación: Caracas
Mensajes: 184
Antigüedad: 23 años, 2 meses
Puntos: 0
Código:
"<!DOCTYPE HTML PUBLIC ""-//W3C//DTD HTML 4.0 Transitional//EN"">" & vbCrLf _
				& "<HTML>" &  vbCrLf _
     			& "<HEAD></HEAD>" & _
     			"<BODY bottommargin=""0"" leftmargin=""0"" marginheight=""0"" marginwidth=""0"" rightmargin=""0"" topmargin=""0"">" & _
    			"<table width=""77%"" border=""0"" cellspacing=""0"" cellpadding=""0"">" & _
				"<tr>" & _
				"	<td> " & _
				"		<img src=""http://intra/site/boletines/formatos/ERPTeamEncabezado.jpg"" width=""550"" height=""200"">" & _
				"	</td>" & _
				"</tr> " & _
				"</table> " & _
				"<p>" & replace(replace(request.form("contenido"),chr(32),"&nbsp;"),chr(10),"<br>") & "</p>" & _
				"<table><tr>" & _
					"<td> " & _
						"<img src=""http://intra/site/boletines/formatos/ERPTeamPie.jpg"" width=""550"" height=""50""> " & _
					"</td> "& _
				"</tr>" & _
				"</table>" & _		
			 	"</BODY>" & _
    			"</HTML>"
__________________
gperdomo.-