Jump to content
  • 0

не могу сделать макет страницы


Омск
 Share

Question

Нужно сделать страницу из 5 блоков, где прописывать расположение блоков и размеры? Мне нужна "резиновая" верстка, чтобы при разных разрешениях страницы выглядели хорошо.

<html>

<head>

<title>title</title>

</head>

<body>

<div id="wrapper">

<div id="head">

<?php include 'head.php'; ?>

</div>

<div id="left">

<?php include 'left.php'; ?>

</div>

<div id="right">

<?php include 'right.php'; ?>

</div>

<div id="center">

<?php include 'center.php'; ?>

</div>

<div id="footer">

<?php include 'footer.php'; ?>

</div>

</div>

</body>

</html>

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

В файле стиле.

создайте что-то типа style.css подключайте его и в нем пишите стили


#wrapper {ваши свойства для wrapper}

этот файл подключать в header.php?

Я еще не совсем понял, к чему относится <div id="wrapper"> и <div id="head">, я вижу, что к head.php, но почему два блока к нему относятся?

И в файле стилей мне надо писать так?

#head {

параметры всякие

}

Я тут запутался совсем:

подключил к главной странице файл style.css, в нем написал так

#head {

text-align: center; /* Выравнивание по центру */

padding: 5px; /* Отступы вокруг текста */

background: #D71920; /* Цвет фона шапки */

background-image:url (images/top_bg.gif);

} И не отображается тот рисунок, только фон и текст.

и отображается текст, который прописать в head.php, и в нем фон не отображается. Как сделать надо правильно?

Edited by Омск
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