wysokość muszę ustalić bo formularz ma być drukowany i musi się zmieścić na jednej stronie. Oprócz tych dwóch tabelek są jeszcze 4. W IE wyświetla mi sie tak jak powinno, a w FF wszystko mi się w pionie rozjeżdża.
Proszę o rady i sugestie.
- Kod: Zaznacz cały
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
<style type="text/css">
<!--
.formularz { font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-color: #CCCCCC;
border-right-color: #CCCCCC;
border-bottom-color: #CCCCCC;
border-left-color: #CCCCCC;
}
.style2 { font-size: 8pt;
background-color: #CCCCCC;
background-repeat: repeat;
vertical-align: super;
letter-spacing: 0em;
text-align: left;
text-indent: 0px;
word-spacing: 0em;
}
-->
</style>
</head>
<body>
<br>
<table border="1" cellspacing="0" cellpadding="0" width="609">
<tr>
<td width="609" colspan="2"><p class="style2"><strong>Informacja o sprzęcie:</strong></p></td>
</tr>
<tr>
<td width="120" class="style2"><p>Marka/model</p></td>
<td width="489"><input class="formularz" type="text" name="nip" value="" size="79"></td>
</tr>
<tr>
<td width="120" class="style2"><p>Nr seryjny lub IMEI</p></td>
<td width="489"><input class="formularz" type="text" name="nip2" value="" size="79"></td>
</tr>
</table>
<br>
<table border="1" cellspacing="0" cellpadding="0" width="609">
<tr>
<td width="609" height="11" colspan="8"><p class="style2"><strong>Dołączono do sprzętu:</strong></p></td>
</tr>
<tr>
<td width="11" height="11"><input type="checkbox" name="checkbox" value="checkbox"> </td>
<td width="142" height="11"><p class="style2"> Karta gwarancyjna</p></td>
<td width="11" height="11"><input type="checkbox" name="checkbox" value="checkbox"></td>
<td width="141" height="11"><p class="style2">Dowód zakupu</p></td>
<td width="11" height="11"><input type="checkbox" name="checkbox" value="checkbox"></td>
<td width="141" height="11"><p class="style2">Słuchawka</p></td>
<td width="11" height="11"><input type="checkbox" name="checkbox" value="checkbox"></td>
<td width="141" height="11"><p class="style2">Zasilacz</p></td>
</tr>
<tr>
<td width="11" height="11"><input type="checkbox" name="checkbox" value="checkbox"></td>
<td width="142" height="11" colspan="1"><p class="style2">Akcesoria dodatkowe (opis):</p></td>
<td width="456" height="11" colspan="6"></td>
</tr>
</table>
</body>
</html>