30-11-2009, 21:58
Witam
mam problem ze złożeniem strony do HTML'a ;>
Mam część tabeli:
i niestety dostaję takie coś:
http://image.mmazur.info/files/676029.jpg
jak mógłbym to poprawić? Pozdrawiam, i proszę o pomoc
mam problem ze złożeniem strony do HTML'a ;>
Mam część tabeli:
Kod:
<style type="text/css">
span.menu{
color:white;
margin-left:13px;
font-weight:bold;
}
span.menu:hover{
color:grey;
}
input#login{
background-image: url(images/1_03.jpg);
border:0px;
width:148px;
height:17px;
color:white;
}
input#haslo{
background-image: url(images/1_05.jpg);
border:0px;
width:173px;
height:17px;
color:white;
}
</style>
</head>
<body bgcolor="#000000">
<!-- Save for Web Slices (2.psd) -->
<table id="Table_01" width="1008" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="11">
<img id="id1_01" src="images/1_01.jpg" width="1008" height="14" alt="" /></td>
</tr>
<tr>
<td colspan="5" rowspan="2">
<img id="id1_02" src="images/1_02.jpg" width="631" height="94" alt="" /></td>
<td colspan="2" >
<form action="hgbui" method="POST">
<input id = "login" type="text" name="login">
</td>
<td colspan="2">
<img src="images/1_04.jpg" width="56" height="17">
</td>
<td colspan="2">
<input id = "haslo" type="text" name="haslo">
</td>
</tr>
http://image.mmazur.info/files/676029.jpg
jak mógłbym to poprawić? Pozdrawiam, i proszę o pomoc
