Jump to content
  • 0

Никак не могу убрать отступ сверху сайта


demonuga
 Share

Question

Недавно почему-то появилась проблема.Появился отступ сверху сайта.Подскажите, как его убрать?Сайт- prowarspear.ru

Вот часть кода css:

*{

padding:0;

margin:0;

}

table.main{

width:1100px;

margin-left:auto;

position:top;

border-radius: 10px;

}

body {

background-image:url(bg-4.JPG) ;

background-color:#171b24;

margin-top:0px;

padding:0px;

}

td.top{

height:270px;

border-radius: 10px;

}

td.news{

margin-top:20px;

background-color:#171b24;

display:table-cell;

vertical-align:top;

border: 5px solid #171b24;

width:230px;

word-wrap:break-word;

}

td.footer2{

border: 7px solid #171b24;

background-color:white ;

word-wrap:break-word;

color:grey;

font-size:22px;

border-bottom-left-radius: 10px;

border-bottom-right-radius: 10px;

text-align:right;

background-color:#171b24;

}

td.section2{

border: 7px solid #171b24;

background-color:#b5b5b5;

padding-top:10px;

padding-left:10px;

vertical-align:top;

word-wrap:break-word;

margin:0px;

width:870px;

}

Edited by demonuga
Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0

У вас после открывающегося тега <body> перенос строки генерируется http://img43.imagesh...30509182637.png, удалите его, если инклудится файл, то проверьте кодировку этого файла, должно быть utf-8 без BOM

http://www.sdelaysite.com/kniga/verstka-kniga/html-kodirovka

Edited by mrnobody
Link to comment
Share on other sites

  • 0

Блин,когда просматриваю код элемента, все неправильно,хотя все изменил:(

Никак не получается удалить пробел:( может из-за того,что шапка находится в отдельном файле...

а,вот может так...:)

щаааас...

ааа блин всеравно не получается:(

Link to comment
Share on other sites

  • 0

1. Убедиться что файл закодирован в UTF-8 without BOM

2. Вставить следующее в самое начало документа


<?php
header('Content-type: text/html; charset=utf-8');
?>

3. Проблема скорее всего где-то в php потому как в исходном коде старницы вложенность тегов правильная, а при интерпритации они перескакивают. Если можно покажите весь код вместе с php с самого начала страницы до открывающего тега <table>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy