Tema: Textarea
Ver Mensaje Individual
  #7 (permalink)  
Antiguo 19/08/2003, 12:20
Avatar de gperdomo
gperdomo
 
Fecha de Ingreso: marzo-2002
Ubicación: Caracas
Mensajes: 184
Antigüedad: 23 años, 2 meses
Puntos: 0
Justificar el Contenido del TEXTAREA

Este es que código que estoy utilizando y no logro que el contenido me quede todo justificado....

Código:
"<HTML>" & _
     			"<HEAD></HEAD>" & _
     			"<BODY>" & _
    			"<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> " & _
				"<table><tr>" & _
				"	<td>" & replace(replace(request.form("contenido"),chr(32),"&nbsp;"),chr(10),"<br>") & "</td>" & _
				"</tr></table>" & _
				"<table><tr>" & _
					"<td> " & _
						"<img src=""http://intra/site/boletines/formatos/ERPTeamPie.jpg"" width=""550"" height=""50""> " & _
					"</td> "& _
				"</tr>" & _
				"</table>" & _		
			 	"</BODY>" & _
    			"</HTML>"


que esta mal??????
__________________
gperdomo.-