Вот какая проблема, делаю свой шаблон, на дивах, потом попытался сделать в табличной, но факт в том что картинки не втом ни в другом случае не отображаються на локальном сервере, структура страницы вырисовываеться а бэкграунды нет, вот код Код (html): <?php echo '<?xml version="1.0" encoding="utf-8"?' .'>'; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" > <head> <jdoc:include type="head" /> <link rel="stylesheet" href="templates/Usadba/css/template.css" type="text/css" /> <link href="css/position.css" rel="stylesheet" type="text/css" /> <link href="css/template.css" rel="stylesheet" type="text/css" /> </head> <body> <table id="Table_01" width="1002" height="803" border="0" cellpadding="0" cellspacing="0"> <tr><div id="Table_01"> <td> <div id="left-side"></div></td> <td> <div id="heder-lf"></div></td> <td> <div id="banner-top"></div></td> <td> <div id="right-side"></div></td> </div> </tr> <tr> <td width="510" height="181" colspan="3"> <div id="index-2-04"><?php if($this->countModules('banner')) : ?> <jdoc:include type="modules" name="banner" style="-1" /> <?php endif; ?> </div></td> </tr> <tr> <td> <div id="banner-botom"></div></td> </tr> <tr> <td width="689" height="457" colspan="2"> <jdoc:include type="component" /> </td> <td><div id="menu-lf"></div></td> <td width="200" height="457"> <div id="index-2-12"><jdoc:include type="modules" name="right" style="-1" /> </div></td> </tr> <tr> <td> <div id="footer"></div></td> </tr> </table> </div> </body> </html> Вот CSS Код (html): #Table_01 { position:absolute; left:0px; top:0px; width:1002px; height:802px; } #left-side { background-image: transparent url(../images/left_side.png) top center no-repeat; position:absolute; left:0px; top:0px; width:28px; height:802px; } #heder-lf { background: transparent url(../images/heder_lf.jpg) top center no-repeat; position:absolute; left:28px; top:0px; width:431px; height:301px; } #banner-top { background: transparent url(../images/banner_top.png) top center no-repeat; position:absolute; left:459px; top:0px; width:510px; height:44px; } #right-side { background: transparent url(../images/right_side.png) top center no-repeat; position:absolute; left:969px; top:0px; width:33px; height:802px; } #index-2-04 { position:absolute; left:459px; top:44px; width:510px; height:181px; } #banner-botom { background: transparent url(../images/banner_botom.png) top center no-repeat; position:absolute; left:459px; top:225px; width:510px; height:76px; } #index-2-08 { position:absolute; left:28px; top:301px; width:689px; height:457px; } #menu-lf { background: transparent url(../images/menu_lf.png) top center no-repeat; position:absolute; left:717px; top:301px; width:52px; height:457px; } #index-2-12 { position:absolute; left:769px; top:301px; width:200px; height:457px; } #footer { background: transparent url(../images/footer.png) top center no-repeat; position:absolute; left:28px; top:758px; width:941px; height:44px; } 1.jpg как получилось 2.jpg как хотелось бы З.Ы. templateDetails.xml заполнил
1. А не блокирует ли рисунки твой firewall? (сомнительно, но с самого начала лучше убедиться) 2. Попробуй проверить вывод, добавив к рисункам полный путь, а не ...images/
Нифига, уже как только можно прописывал пути, фаервол не причом... чтото еще, может настройки жумлы? да и напишите как делаеться абсолютный путь к файлу плз...
http://mysite.ru/images/myfoto.jpg возможно, папка с изобразениями у тебя вложена еще в какую-нибудь папку, поэтому ее в путь надо будет добавить а вообще вопрос "напишите как делаеться абсолютный путь к файлу" говорит о том, что нехватает знания ОСНОВ html