Chrome
Safari
Edge
Firefox
Chrome (Android)
Tap the lock icon next to the address bar. Tap Permissions → Notifications . Adjust your preference.
Chrome (Desktop)
Click the padlock icon in the address bar. Select Site settings . Find Notifications and adjust your preference.
Safari (iOS 16.4+)
Ensure the site is installed via Add to Home Screen . Open Settings App → Notifications . Find your app name and adjust your preference.
Safari (macOS)
Go to Safari → Preferences . Click the Websites tab. Select Notifications in the sidebar. Find this website and adjust your preference.
Edge (Android)
Tap the lock icon next to the address bar. Tap Permissions .
Find Notifications and adjust your preference.
Edge (Desktop)
Click the padlock icon in the address bar. Click Permissions for this site . Find Notifications and adjust your preference.
Firefox (Android)
Go to Settings → Site permissions . Tap Notifications . Find this site in the list and adjust your preference.
Firefox (Desktop)
Open Firefox Settings. Search for Notifications . Find this site in the list and adjust your preference.
Помогите оформить блок, по примеру как тут можно однотонно (#DDDDDD) или #DDDDDD- #EEEEEE), а то что то не получается!
if (!defined("READDIR")) exit(); $forumhost = "localhost"; //Имя хоста - обычно localhost $forumbase = "ipb"; //Имя базы данных $forumuser = "arisfera"; //Логин для доступа к базе данных $forumpass = "pxNR49"; //Пароль для доступа к базе данных $forumpref = "ibf"; //Префикс таблиц форума $limit = 10; //Количество последних сообщений $connection = @mysql_connect($forumhost,$forumuser,$forumpass); @mysql_select_db($forumbase,$connection); $block_cont ="<table border=\"0\" cellpadding=\"3\" cellspacing=\"5\" width=\"100%\"><tr>"; $block_cont.="<td><b>Тема</b></td><td><b>Автор</b></td>"; $block_cont.="<td><b>Просмотров</b></td><td><b>Ответов</b></td>"; $block_cont.="<td><b>Последний</b></td>"; $block_cont.="</tr>"; $sql = @mysql_query( "SELECT * FROM ".$forumpref."_topics ORDER BY last_post DESC LIMIT $limit"); while($row=@mysql_fetch_array($sql)){ $block_cont.="<tr><td><a href=\"forum/index.php?showtopic=$row[tid]&view=getnewpost\" title=\"$row[title] $row[desсriрtion]\">$row[title]</a></td>"; $block_cont.="<td><a href=\"forum/index.php?showuser=$row[starter_id]\" title=\"Информация\">$row[starter_name]</a></td>"; $block_cont.="<td>$row[views]</td><td>$row[posts]</td>"; $block_cont.="<td><a href=\"forum/index.php?showuser=$row[last_poster_id]\" title=\"Информация\">$row[last_poster_name]</a></td></tr>"; } $block_cont.="</table>"; return $block_cont; ?>Вот как сейчас он выглядит http://img01.image2share.com/i.php?i=10137_skrin2.jpg