Hola,
Estoy comenzando un USAR cakephp, y sí me presentado una the following
Problemas.
al mostrar la pagina home.ctp Que Se encuentra en la Carpeta view / página,
no me permite Darle Color de Fondo de las Naciones Unidas a la tabla,
tampoco me permite Centrar imagenes, nariz y Como achicar los insumos.
Este es el codigo Que Tengo:
<html>
<head>
</ Head>
<body>
<table align="center"> width="1024" border="0"
<tr>
<td bgcolor="#000000"> <table border="0"> width="1025"
<tr>
<td width="155" bgcolor="#000000">
Imagen ('logotipo.png') <php echo $ html->;> </ td>
<td width="860" align="left">
<? Php echo $ html-> imagen ('home.png');?>
<? Php echo $ html-> imagen ('buscar.png');?>
<? Php echo $ html-> imagen ('login.png');?>
<? Php echo $ html-> imagen ('registrar.png');?>
<? Php echo $ html-> imagen ('contacto.png');?>
</ Td>
</ Tr>
</ Table> </ td>
</ Tr>
<tr>
<td> <? php echo $ html-> imagen ('banner.jpg');?> </ td>
</ Tr>
<tr>
<td> <? php echo $ html-> imagen ('imagen1.jpg');?> </ td>
</ Tr>
<tr width="155"> <td>
<? Php echo $ form-> create ('Hospedaje');?>
<? Php
echo $ form-> input ('rut:', array ('size' => '50 ',' maxlength '=> '120'));
echo $ form-> input ('hospedaje Nombre:');
echo $ form-> input ('direccion:');
echo $ form-> input ('fono:');
echo $ form-> input ('ciudad');
echo $ form-> input ('hospedaje tipo:');
echo $ form-> input ('hola.by', array ('type' => 'text', 'size' => '10 ','
maxlength '=> '255'));
?>
<? Php echo $ form-> end ('Regristar');?>
</ Td> </ tr>
</ Table>
</ Body>
</ Html>
--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP
---
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
Visit this group at http://groups.google.com/group/cake-php?hl=en.