Usamos cookies para medir audiência e melhorar sua experiência. Você pode aceitar ou recusar a qualquer momento. Veja sobre o iMasters.
olá pessoal... e desde já obrigado
aê fazia um milhão de anos que eu não mechia com HTML...
precisei de fazer um site que veio todo em jpeg... fatiei o indivíduo...
mas na hora de colocar o form em cima ele dá problema... fica como nessa figura: /applications/core/interface/imageproxy/imageproxy.php?img=http://farm3.static.flickr.com/2016/2098207753_175aef5f6b.jpg&key=bfed20c32836bebbb09db1287d4e68ee9bc16172dd2c6813eca48ce85bfdb8b5" alt="Imagem Postada" />
mesmo que eu troque os tamanhos dos edits, eles não ficam do tamanho que eu vejo no dreamweaver
fora que as imagens que estão na tabela ficam todas tortas e com esses buracos brancos no meio...
já testei no internet explorer e no Firefox...
alguém poderia me ajudar?? estou apanhando... segue o código pra vcs darem uma olhada
Um abraço a todos!!!
<html>
<head>
<title>reservas_hotel</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
.style1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}
#apDiv1 {
position:absolute;
left:476px;
top:500px;
width:245px;
height:93px;
z-index:1;
}
.style2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}
-->
</style>
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- ImageReady Slices (reservas_hotel.jpg) -->
<table id="Table_01" width="761" height="651" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="21">
<img src="images/reservas_hotel_01.jpg" width="760" height="19" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="19" alt=""></td>
</tr>
<tr>
<td rowspan="15">
<img src="images/reservas_hotel_02.jpg" width="63" height="631" alt=""></td>
<td rowspan="4">
<img src="images/reservas_hotel_03.jpg" width="79" height="57" alt=""></td>
<td colspan="19">
<img src="images/reservas_hotel_04.jpg" width="618" height="30" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="30" alt=""></td>
</tr>
<tr>
<td colspan="7" rowspan="4">
<img src="images/reservas_hotel_05.jpg" width="320" height="107" alt=""></td>
<td colspan="2">
<img src="images/reservas_hotel_06.jpg" width="37" height="12" alt=""></td>
<td rowspan="4">
<img src="images/reservas_hotel_07.jpg" width="19" height="107" alt=""></td>
<td>
<img src="images/reservas_hotel_08.jpg" width="33" height="12" alt=""></td>
<td colspan="3" rowspan="4">
<img src="images/reservas_hotel_09.jpg" width="21" height="107" alt=""></td>
<td>
<img src="images/reservas_hotel_10.jpg" width="52" height="12" alt=""></td>
<td rowspan="4">
<img src="images/reservas_hotel_11.jpg" width="21" height="107" alt=""></td>
<td colspan="2" rowspan="2">
<img src="images/reservas_hotel_12.jpg" width="82" height="14" alt=""></td>
<td rowspan="14"><img src="images/reservas_hotel_13.jpg" width="33" height="601" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="12" alt=""></td>
</tr>
<tr>
<td colspan="2" rowspan="3">
<img src="images/reservas_hotel_14.jpg" width="37" height="95" alt=""></td>
<td rowspan="3">
<img src="images/reservas_hotel_15.jpg" width="33" height="95" alt=""></td>
<td rowspan="3">
<img src="images/reservas_hotel_16.jpg" width="52" height="95" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="2" alt=""></td>
</tr>
<tr>
<td colspan="2" rowspan="2">
<img src="images/reservas_hotel_17.jpg" width="82" height="93" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="13" alt=""></td>
</tr>
<tr>
<td rowspan="11">
<img src="images/reservas_hotel_18.jpg" width="79" height="574" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="80" alt=""></td>
</tr>
<tr>
<td colspan="2" rowspan="6">
<img src="images/reservas_hotel_19.jpg" width="91" height="452" alt=""></td>
<td colspan="16" background="images/reservas_hotel_20.jpg"><form name="form1" method="post" action="">
<h1 class="style1 style2">Nome:
<label>
<input type="text" name="nome" id="nome" size="75">
</label><br><br>
Email:
<label>
<input type="text" name="email" id="email" size="40">
</label>
Tel:
<label>
<input type="text" name="tel" id="tel" size="31">
</label><br><br>
Endereço:
<label>
<input type="text" name="end" id="end" size="71">
</label> <br><br>
CEP:
<label>
<input type="text" name="CEP" id="CEP" width="150" height="15">
</label>
Cidade:
<label><input type="text" name="cidade" id="cidade" width="176" height="15">
</label>
UF:
<label>
<select name="UF" id="UF" size="">
<option selected> </option>
<option>AC</option>
<option>AL</option>
<option>AP</option>
<option>AM</option>
<option>BA</option>
<option>CE</option>
<option>DF</option>
<option>GO</option>
<option>ES</option>
<option>MA</option>
<option>MT</option>
<option>MS</option>
<option>MG</option>
<option>PA</option>
<option>PB</option>
<option>PR</option>
<option>PE</option>
<option>PI</option>
<option>RJ</option>
<option>RN</option>
<option>RS</option>
<option>RO</option>
<option>RR</option>
<option>SP</option>
<option>SC</option>
<option>SE</option>
<option>TO</option>
</select>
</label>
<br><br>
País:
<label>
<input type="text" name="pais" id="pais" height="15">
</label>
<br><br>
Tipo de Acomodações:
<label> <br>
<input type="radio" name="Id_Apto" value="Apartamento Luxo" id="Id_Apto_0">
Apartamento Luxo</label>
<br>
<label>
<input type="radio" name="Id_Apto" value="Apartamento Luxo Panorâmico" id="Id_Apto_1">
Apartamento Luxo Panorâmico</label>
<br>
<label>
<input type="radio" name="Id_Apto" value="Suíte Luxo" id="Id_Apto_2">
Suíte Luxo</label>
<br>
<label>
<input type="radio" name="Id_Apto" value="Suíte Luxo Panorâmico" id="Id_Apto_3">
Suíte Luxo Panorâmico</label> <br><br>
<label>Num de Pessoas:
<input type="text" name="nm_pessoas" id="nm_pessoas" width="30">
</label>
Adultos:
<label>
<input type="text" name="nm_adultos" id="nm_adultos" width="30">
</label>
Crianças:
<label>
<input type="text" name="nm_criancas" id="nm_criancas" width="30">
</label>
<br><br>
Período: De:
<label>
<input type="text" name="dt_de" id="dt_de" width="70">
</label>
Até:
<label>
<input type="text" name="dt_ate" id="dt_ate" width="70">
</label>
<br><br>
OBS:
<label>
<input type="text" name="ds_obs" id="ds_obs" width="450">
</label>
</h1>
</form> </td>
<td>
<img src="images/spacer.gif" width="1" height="350" alt=""></td>
</tr>
<tr>
<td colspan="16">
<img src="images/reservas_hotel_21.jpg" width="494" height="5" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="5" alt=""></td>
</tr>
<tr>
<td colspan="11" rowspan="2">
<img src="images/reservas_hotel_22.jpg" width="337" height="84" alt=""></td>
<td colspan="4">
<img src="images/reservas_hotel_23.jpg" width="122" height="26" alt=""></td>
<td rowspan="8">
<img src="images/reservas_hotel_24.jpg" width="35" height="139" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="26" alt=""></td>
</tr>
<tr>
<td colspan="4" rowspan="7">
<img src="images/reservas_hotel_25.jpg" width="122" height="113" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="58" alt=""></td>
</tr>
<tr>
<td colspan="4">
<img src="images/reservas_hotel_26.jpg" width="151" height="6" alt=""></td>
<td rowspan="5">
<img src="images/reservas_hotel_27.jpg" width="78" height="37" alt=""></td>
<td colspan="6">
<img src="images/reservas_hotel_28.jpg" width="108" height="6" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="6" alt=""></td>
</tr>
<tr>
<td colspan="2">
<img src="images/reservas_hotel_29.jpg" width="56" height="7" alt=""></td>
<td rowspan="3">
<img src="images/reservas_hotel_30.jpg" width="74" height="26" alt=""></td>
<td rowspan="5">
<img src="images/reservas_hotel_31.jpg" width="21" height="49" alt=""></td>
<td rowspan="5">
<img src="images/reservas_hotel_32.jpg" width="9" height="49" alt=""></td>
<td colspan="4" rowspan="3">
<img src="images/reservas_hotel_33.jpg" width="87" height="26" alt=""></td>
<td rowspan="5">
<img src="images/reservas_hotel_34.jpg" width="12" height="49" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="7" alt=""></td>
</tr>
<tr>
<td rowspan="4">
<img src="images/reservas_hotel_35.jpg" width="53" height="42" alt=""></td>
<td colspan="2">
<img src="images/reservas_hotel_36.jpg" width="70" height="12" alt=""></td>
<td rowspan="4">
<img src="images/reservas_hotel_37.jpg" width="24" height="42" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="12" alt=""></td>
</tr>
<tr>
<td colspan="2" rowspan="3">
<img src="images/reservas_hotel_38.jpg" width="70" height="30" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="7" alt=""></td>
</tr>
<tr>
<td rowspan="2">
<img src="images/reservas_hotel_39.jpg" width="74" height="23" alt=""></td>
<td colspan="4" rowspan="2">
<img src="images/reservas_hotel_40.jpg" width="87" height="23" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="5" alt=""></td>
</tr>
<tr>
<td>
<img src="images/reservas_hotel_41.jpg" width="78" height="18" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="18" alt=""></td>
</tr>
<tr>
<td>
<img src="images/spacer.gif" width="63" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="79" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="53" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="38" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="32" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="24" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="74" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="21" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="78" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="9" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="28" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="19" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="33" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="7" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="12" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="2" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="52" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="21" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="47" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="35" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="33" height="1" alt=""></td>
<td></td>
</tr>
</table>
</body>
</html>Carregando comentários...