amadey1
Newbie | Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору Вот код странички, делал в Macromedia Dreamweaver 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"> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251" /> <title>Untitled Document</title> <style type="text/css"> <!-- .стиль1 { font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-size: 36px; background-color: #0033FF; } .стиль2 { font-family: Georgia, "Times New Roman", Times, serif; background-color: #0066FF; } --> </style> </head> <body> <div align="center" class="стиль1"> <p class="стиль2">ИООО "БелСтеклоПром"</p> </div> <div align="center"><img src="file:///c|/Inetpub/wwwroot/IMG_3964.JPG" width="800" height="600" /> </div> </body> </html> | Сам пробовал менять строку с картинкой на такой вид Цитата: <div align="center"><img src="file:///c:\Inetpub\wwwroot\IMG_3964.JPG" width="800" height="600" /> | Повторюсь что на самом серваке страница открывается с картинкой, а с другого места - без нее. Может дело в общем доступе к папке wwwroot или еще что... |