Jump to content
  • 0

Помогите решить.


shabalin-roman
 Share

Question

Разделил страницу на части: Верх - Левая колонка - Центр - Правая колонка - Низ. В PHP подключаю эти файлы получаеться между Верхом и Середино отступ и также между Серединой и Низом.

Как убрать эти отступы? Может неправильно HTML разделил?


<!DOCTYPE HTML>
<html lang="ru">
<head>
<meta charset="utf-8">
<title>
</title>
</head>
<body>
<div>
<table class="Table-Top">
<tr class="Tr-Top">
<td class="Td-Left">
</td>
<td class="Td-Center">
</td>
<td class="Td-Right">
</td>
</tr>
<tr class="Tr-Middle">
<td class="Td-Left">
</td>
<td class="Td-Center">
</td>
<td class="Td-Right">
</td>
</tr>
<tr class="Tr-Bottom">
<td class="Td-Left">
</td>
<td class="Td-Center">
</td>
<td class="Td-Right">
</td>
</tr>
</table>



<table class="Table-Middle-Profile">
<tr class="Tr-Middle-Profile">
<td class="Td-Left-Profile">
</td>



<td class="Td-Center-Profile">
</td>



<td class="Td-Right-Profile">
</td>
</tr>
</table>



<table class="Table-Bottom">
<tr class="Tr-Top">
<td class="Td-Left">
</td>
<td class="Td-Center">
</td>
<td class="Td-Right">
</td>
</tr>
<tr class="Tr-Middle">
<td class="Td-Left">
</td>
<td class="Td-Center">
</td>
<td class="Td-Right">
</td>
</tr>
<tr class="Tr-Bottom">
<td class="Td-Left">
</td>
<td class="Td-Center">
</td>
<td class="Td-Right">
</td>
</tr>
</table>
</div>
</body>
</html>

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0
shabalin-roman, А стилями ты вообще пользуешься?

Я как понял он ими пользуются, но тут показал только конструкцию в целом. Там либо ресета нет, либо отступы лишние скорее всего.

Link to comment
Share on other sites

  • 0

Нашёл причину!!!

Проблема была в кодировке UTF-8, подпись забыл убрать. Эта подпись BOM пробелы добовляет между файлами видимо и получаются потом разрывы везде.

Всем спасибо!!!

Edited by shabalin-roman
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