Сообщений: 248
Тем: 25
Зарегистрирован: Aug 2012
Вместо этого:
Выходит это:
Подскажите как правильно разрезать изображения. С меня спасибки. Работаю через фотошоп и дрим вийвер. пересмотрел кучу уровков. Отступ так и не убрал...
Сообщений: 248
Тем: 25
Зарегистрирован: Aug 2012
Asmodiel Написал:display: inline;
добавить в индекс
Цитата:<div id="h1">
<img src="http://ichezzy.ru/indexupd/img/header1.jpg" width="265" height="180" />
</div>
А это в ксс
Цитата:h1 {
display: inline;
}
Правильно?
Сообщений: 248
Тем: 25
Зарегистрирован: Aug 2012
Код index.php
Цитата:<!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">
<link rel ="stylesheet" type= "text/css" href ="http://ichezzy.ru/indexupd//style.css" / >
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
</head>
<div id="img2">
<img src="http://ichezzy.ru/indexupd/img/header1.jpg" width="265" height="180" />
</div>
<img src="http://ichezzy.ru/indexupd/img/header2.jpg" width="510" height="180" />
<img src="http://ichezzy.ru/indexupd/img/body.jpg"/>
</body>
</html>
Сообщений: 248
Тем: 25
Зарегистрирован: Aug 2012
В индексе
Цитата:<div id="images">
<img src="http://ichezzy.ru/indexupd/img/header1.jpg" width="265" height="180" />
<img src="http://ichezzy.ru/indexupd/img/header2.jpg" width="510" height="180" />
<img src="http://ichezzy.ru/indexupd/img/body.jpg"/>
</div>
а в ксс
Цитата:#images img {display: inline-block;
margin: 0;
}
Сообщений: 248
Тем: 25
Зарегистрирован: Aug 2012
http://ichezzy.ru/indexupd/img/index.php - если через браузер все хорошо
В апдейтере: