Свободные таблицы для вас
Свободные таблицы
Страница: 1
Сообщений 1 страница 3 из 3
Поделиться22010-02-11 23:58:17
Код:
<table style="text-align: center; width: 100%;" border="1" cellpadding="2" cellspacing="2"> <tbody> <tr> <td colspan="3" rowspan="1"> <marquee>Бегущяя строка</marquee> </td> </tr> <tr> <td>1</td> <td>картинка</td> <td>3</td> </tr> <tr> <td>2</td> <td></td> <td>4</td> </tr> <tr> <td colspan="3" rowspan="1">обьявления</td> </tr> <tr> <td colspan="3" rowspan="1"> <marquee>баннеры</marquee> </td> </tr> </tbody>
Поделиться32010-02-11 23:59:29
Вот которая у нас:
Код:
<table width="100%" border="1"> <tbody align="center"> <tr> <td rowspan="2" colspan="3" >Картинка</td> <td><div style="overflow: scroll; overflow-x: hidden; height:90px;"><font size="4"font face="Chiller" font color="#FF0000">Н</font>овости</div></td> <tr> <td><div style="overflow: scroll; overflow-x: hidden; height:90px;"><font size="4"font face="Chiller" font color="#FF0000">С</font>южет</div></td> <tr> <td><font size="4"font face="Chiller" font color="#FF0000">А</font>дмины</td> <td><font size="4"font face="Chiller" font color="#FF0000">Д</font>изайнеры</td> <td><font size="4"font face="Chiller" font color="#FF0000">М</font>одеры</td> <td><font size="4"font face="Chiller" font color="#FF0000">д</font>ля рекламщиков</td> </tr> </tbody> </table>
Страница: 1