Авторизуйтесь по паролю
tony.mahoney 14.04.2014 bbcode Хаки, Ламерские вопросы 2659
Kane - 2014-04-1414 апреля 2014 16:28 - #26969
$bb_editor = true; include (ENGINE_DIR . '/inc/include/inserttag.php'); echo <<<HTML <tr> <td height="29" width="140" style="padding-left:5px;">Текстовое поле:</td> <td>{$bb_code} <textarea rows="20" style="width:98%; padding:0px;" onclick="setFieldName(this.name)" name="имя поля" class="bk"></textarea> </td> </tr>HTML;
tony.mahoney - 2014-04-1414 апреля 2014 19:49 - #26990
tony.mahoney - 2014-04-1414 апреля 2014 20:22 - #26993
iframe { width: 100%; height: 400px; /* Высота по умолчанию */ } /* Мобильные устройства */ @media (max-width: 768px) { iframe { height: 300px; } } /* Очень маленькие экраны */ @media (max-width: 480px) { iframe { height: 250px; } }