Здрасте, всем Есть сайт на php-fusion со скачанным шаблоном, который я перерисовываю. Собственно застрял на этом моменте: // theme settings $body_text = "#000000"; $body_bg = "#FFFFFF"; $theme_width = "100%"; $theme_width_l = "170"; $theme_width_r = "170"; function render_header($header_content) { global $theme_width,$settings; echo "<table align='center' width='100%' border='0' cellpadding='0' cellspacing='0' style='background-image:url(".THEME."images/header-center.gif);margin-top:0px;'><tr><td>"; // Header logo echo "<table align='center' style='background-image:url(".THEME."images/header-center.gif)' border='0' cellpadding='0' cellspacing='0' width='".$theme_width."'>"; Как сделать, чтобы фоновый рисунок не скролился? Посмотрел как в ХТМЛ, попытался повставлять bgproperties='fixed' - не получилось Я так понимаю, что нужно редактировать что-то в theme settings ?