Jump to content
  • 0

и снова привет


ppvkomi
 Share

Question

вот подскажите много ли косяков в этом коде

<table background="images/shapka4.jpg " bgcolor="#660f0f" border="0" cellpadding="0" cellspacing="0" height="150" width="100%">

<tbody>

<tr>

<td width=100% valign=bottom>

<center>

<div id=menu>

<font class="middle"><b>Вход для пользователей</b></font>

<table cellspacing="0">

<form action="index.php" method="post"></form>

<input name="enter" value="1" type="hidden">

<td align="right"><font class="shapka">Логин:</font></td>

<td><input class="ss" name="user_login" size="10" type="text"></td>

<td align="right"><font class="shapka">Пароль:</font></td>

<input name="user_pw" class="ss" size="10" type="password"></td>

<input value="OK" type="submit">

<a href="index.php?logging=yes" class="shapka">забыли пароль?</a>

</tbody></table>

</div>

</center>

</td>

</tr>

</tbody></table>

Link to comment
Share on other sites

13 answers to this question

Recommended Posts

  • 0
<div style="background:#eee;height:150px;width:240px;">
<div style="background:url(image.gif) center top no-repeat;height:38px;"> <!-- image-> w:92 , h:38--></div>
<div style="font-size:16px;font-weight:bold;font-family:Verdana;">Вход для пользователей</div>
<form style="font-family:Minion Pro;font-size:12pt;width:200px;text-align:right;display:block;" action="index.php" method="post">
<input name="enter" value="1" type="hidden">
<div style="">Логин: <input name="user_login" size="10" type="text"></div>
<div style="">Пароль: <input name="user_pw" size="10" type="password"></div>
<a href="index.php?logging=yes" style="color:darkblue;text-decoration:none;">Забыли пароль?</a>
<input value="OK" style="width:50px;"type="submit">
</form>
</div>
</div>
</div>

Link to comment
Share on other sites

  • 0

спасибо но вся задумка в том что бы все это было в одну строчку

как в этом коде:

<table id=menu align="center" background="podval.gif" width="100%">

<tbody>

<tr>

<td>

<td align="right"></td>

<font class="middle"><b>Вход для пользователей</b></font>

<form action="index.php" method="post"></form>

<input name="enter" value="1" type="hidden">

<td align="right"><font class="shapka">Логин:</font></td>

<td><input class="ss" name="user_login" size="10" type="text"></td>

<td align="right"><font class="shapka">Пароль:</font></td>

<td><input name="user_pw" class="ss" size="10" type="password"></td>

<input value="OK" type="submit">

<a href="index.php?logging=yes" class="shapka">забыли пароль?</a>

</td>

</tr>

</tbody></table>

Link to comment
Share on other sites

  • 0

<div style="background:#eee;height:40px;">
<div style="float:left;background:url(nic.gif) left top no-repeat;height:38px;width:92px;"> <!-- image> w:92 , h:38--></div>
<div style="float:left;font-size:16px;font-weight:bold;font-family:Verdana;">Вход для пользователей</div>
<form style="font-family:Minion Pro;font-size:12pt;text-align:justify;display:block;" action="index.php" method="post">
<input name="enter" value="1" type="hidden">
<div style="margin:0px 30px;float:left;">Логин: <input name="user_login" size="10" type="text"></div>
<div style="margin:0px 30px;float:left;">Пароль: <input name="user_pw" size="10" type="password"></div>
<input value="OK" style="width:50px;"type="submit">
<div style="margin:0px 0px;float:right;"><a href="index.php?logging=yes" style="color:darkblue;text-decoration:none;">Забыли пароль?</a></div>
</form>
</div>

Вот, в одну строку =)

Edited by InCun
Link to comment
Share on other sites

  • 0
<div style="background:#eee;height:40px;">
<div style="float:left;background:url(nic.gif) left top no-repeat;height:38px;width:92px;"> <!-- image> w:92 , h:38--></div>
<div style="float:left;font-size:16px;font-weight:bold;font-family:Verdana;">Вход для пользователей</div>
<form style="font-family:Minion Pro;font-size:12pt;text-align:justify;display:block;" action="index.php" method="post">
<input name="enter" value="1" type="hidden">
<div style="margin:0px 30px;float:left;">Логин: <input name="user_login" size="10" type="text"></div>
<div style="margin:0px 30px;float:left;">Пароль: <input name="user_pw" size="10" type="password"></div>
<input value="OK" style="width:50px;"type="submit">
<div style="margin:0px 0px;float:right;"><a href="index.php?logging=yes" style="color:darkblue;text-decoration:none;">Забыли пароль?</a></div>
</form>
</div>

Вот, в одну строку =)

спасибо .

Вот скажите второй код у меня нормально написан или нет ? Просто дело в том что сайт состоит из таблиц.

Link to comment
Share on other sites

  • 0
нет, не правильно.

<form action="index.php" method="post"></form>

скажи те тогда загвоздка только в этом ?

Вот сам код:

<table id=menu align="center" background="podval.gif" width="100%">

<tbody>

<tr>

<td>

<td align="right"></td>

<font class="middle"><b>Вход для пользователей</b></font>

<form action="index.php"></form>

<input name="enter" value="1" type="hidden">

<td align="right"><font class="shapka">Логин:</font></td>

<td><input class="ss" name="user_login" size="10" type="text"></td>

<td align="right"><font class="shapka">Пароль:</font></td>

<td><input name="user_pw" class="ss" size="10" type="password"></td>

<input value="OK" type="submit">

<a href="index.php?logging=yes" class="shapka">забыли пароль?</a>

</td>

</tr>

</tbody></table>

Edited by ppvkomi
Link to comment
Share on other sites

  • 0

<table id=menu align="center" background="podval.gif" width="100%">

<tbody>

<tr>

<td>

<td align="right"></td>

<font class="middle"><b>Вход для пользователей</b></font>

<form action="index.php" method="post"></form>

<input name="enter" value="1" type="hidden">

<td align="right"><font class="shapka">Логин:</font></td>

<td><input class="ss" name="user_login" size="10" type="text"></td>

<td align="right"><font class="shapka">Пароль:</font></td>

<td><input name="user_pw" class="ss" size="10" type="password"></td>

<input value="OK" type="submit">

<a href="index.php?logging=yes" class="shapka">забыли пароль?</a>

</td>

</tr>

</tbody>

</table>

Edited by InCun
Link to comment
Share on other sites

  • 0

<table id=menu align="center" background="podval.gif" width="100%">
<tbody>
<tr>
<td align="right">
<div style="background:#eee;height:40px;">
<div style="float:left;background:url(nic.gif) left top no-repeat;height:38px;width:92px;"> <!-- image> w:92 , h:38--></div>
<div style="float:left;font-size:16px;font-weight:bold;font-family:Verdana;">Вход для пользователей</div>
<form style="font-family:Minion Pro;font-size:12pt;text-align:justify;display:block;" action="index.php" method="post">
<input name="enter" value="1" type="hidden">
<div style="margin:0px 30px;float:left;">Логин: <input name="user_login" size="10" type="text"></div>
<div style="margin:0px 30px;float:left;">Пароль: <input name="user_pw" size="10" type="password"></div>
<input value="OK" style="width:50px;"type="submit">
<div style="float:right;"><a href="index.php?logging=yes" style="color:darkblue;text-decoration:none;">Забыли пароль?</a></div>
</form>
</div>
</td>
</tr>
</tbody>
</table>

Суть остается та же, что и была в табличной форме.

Или вот еще такой вариант:

<table cellspacing="0" id=menu align="center" background="podval.gif" width="100%">
<tbody>
<tr style="background:#eee;height:40px;">
<td style="float:left;background:url(nic.gif) left top no-repeat;height:38px;width:92px;"> <!-- image> w:92 , h:38--></td>
<td style="float:left;font-size:16px;font-weight:bold;font-family:Verdana;">Вход для пользователей</td>
<td>
<form style="font-family:Minion Pro;font-size:12pt;text-align:justify;display:block;" action="index.php" method="post">
<input name="enter" value="1" type="hidden">
<div style="margin:7px 25px;float:left;">Логин: <input name="user_login" size="10" type="text"></div>
<div style="margin:7px 25px;float:left;">Пароль: <input name="user_pw" size="10" type="password"></div>
<div style="margin:7px 15px;float:left;"><input value="OK" style="width:50px;"type="submit"></div>
</form>
</td>
<td style="text-align:center;float:right;margin:7px 10px;"><a href="index.php?logging=yes" style="color:darkblue;text-decoration:none;">Забыли пароль?</a></td>
</tr>
</tbody>
</table>

Вот что получилось последним вариантом: 38dd5633f00d5c7ab694bcea9a558981.jpg

Edited by InCun
Link to comment
Share on other sites

  • 0

q7czp47Vq6.jpg

А вот так у меня это выглядет ,

а надо вот так

APDpfQIJg9.jpg

при этом нужно чтобы фон был во всю страницу,если растянуть таблицу то центр тоже растянется и смотрится уже не очень.

единственное можно ли как то сделать пробел побольше между ВХОД ДЛЯ ПОЛЬЗОВАТЕЛЕЙ и ЛОГИН

Edited by ppvkomi
Link to comment
Share on other sites

  • 0

<table style="background:url(topmenu.jpg) repeat-x;height:25px;"cellspacing="0px" id=menu align="center" width="100%">
<tbody>
<tr>
<td> </td>
<td style="width:300px;font-size:16px;font-weight:bold;text-align:left;font-family:Verdana;">Вход для пользователей:</td>
<td style="width:480px;text-align:center;">
<form style="font-family:Minion Pro;font-size:12pt;text-align:justify;display:block;" action="index.php" method="post">
<input name="enter" value="1" type="hidden">
<div style="margin:7px 15px;float:left;">Логин: <input name="user_login" size="10" type="text"></div>
<div style="margin:7px 15px;float:left;">Пароль: <input name="user_pw" size="10" type="password"></div>
<div style="margin:7px 15px;float:left;"><input value="OK" style="width:50px;"type="submit"></div>
</form>
</td>
<td style="width:140px;margin:7px 10px;"><a href="index.php?logging=yes" style="color:darkblue;text-decoration:none;">Забыли пароль?</a></td>
<td> </td>
</tr>
</tbody>
</table>

824eb156bbd51182ea8e4c2c1ea13746.jpg

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy