IMHO.WS

IMHO.WS (https://www.imho.ws/index.php)
-   Веб-программирование (https://www.imho.ws/forumdisplay.php?f=29)
-   -   промогите пожалуйста! (https://www.imho.ws/showthread.php?t=13538)

Dodo 20.10.2002 05:58

промогите пожалуйста!
 
Вложений: 1
Сделал я таблицу вот так:

<table align="right" width="50%" border="1" celspacing="6" celpadding="5">

<tr>
<td>19.10.02</td>
<td>Our web site launched but still there is long way to finish it </td>
</tr>
<tr>
<td>19.10.02</td>
<td>Our newsletters is ready!</td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
</table>
---------------------------------------------

Внимание вопрос :rotate:
А как мне сделать 2 строки одинаковой ширины что нужно добавить?

Stasik 20.10.2002 07:13

а они одинаковые же :)

tot_ra 20.10.2002 07:39

лол.. сначала инглиш выучи :smile:
чето я вопроса не понял..одинаковой ширины? может
width="80%" поставить?

enot 20.10.2002 08:44

Самое простое...
<body>

<table align="right" width="50%" border="1" celspacing="6" celpadding="5">

<tr>
<td>19.10.02</td>
<td>Our web site launched but still there is long way to finish it </td>
</tr>
<tr>
<td>19.10.02</td>
<td>Our newsletters <br>is ready!</td>
</tr>

</table>


</body>

AleXXXSoft 20.10.2002 09:34

Цитата:

Как писал enot
Самое простое...
<body>

<table align="right" width="50%" border="1" celspacing="6" celpadding="5">

<tr>
<td>19.10.02</td>
<td>Our web site launched but still there is long way to finish it </td>
</tr>
<tr>
<td>19.10.02</td>
<td>Our newsletters <br>is ready!</td>
</tr>

</table>


</body>


ЧЕЛОВЕК! ТЫ НЕ ПРАВ!
сделать нужно так!

<table align="right" border="1" celspacing="6" celpadding="5">

<tr>
<td width="50%" >19.10.02</td>
<td width="50%" >Our web site launched but still there is long way to finish it </td>
</tr>
<tr>
<td width="50%" >19.10.02</td>
<td width="50%" >Our newsletters <br>is ready!</td>
</tr>

</table>


Я думаю все поняли что это он хотел чтобы колнки были одинаковые?

tot_ra 20.10.2002 12:01

а там случаем не Our newsletters ARE ready ?

Dodo 20.10.2002 16:44

упс просмотрелся так это просто чтб поокозать в чем проблема

Dodo 20.10.2002 16:48

Цитата:

Как писал AleXXXSoft
ЧЕЛОВЕК! ТЫ НЕ ПРАВ!
сделать нужно так!

<table align="right" border="1" celspacing="6" celpadding="5">

<tr>
<td width="50%" >19.10.02</td>
<td width="50%" >Our web site launched but still there is long way to finish it </td>
</tr>
<tr>
<td width="50%" >19.10.02</td>
<td width="50%" >Our newsletters <br>is ready!</td>
</tr>

</table>


Я думаю все поняли что это он хотел чтобы колнки были одинаковые?

От в точку спосибо огромное!!! :dance: :dance:


Часовой пояс GMT +4, время: 13:41.

Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.