Jump to content
  • 0

Проблема с оформлением тега <body> через внешний css


Draken
 Share

Question

Проблема с оформлением тега <body> через внешний css.

Проблема заключается в том, что я имею html страницу с внешним css файлом, задавая какие либо свойства для <body> с ним ничего не происходит (но задавая свойства для других элементов таких как, к примеру, div все нормально).

Внешний css файл:

charset "windows-1251";

/* CSS Document */

body {

background-color:#CF0; /*оливковый*/

}

Html файл:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<html><head>

<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">

<link rel="stylesheet" href="index_files/style.css" type="text/css">

<title>Документ без названия</title>

</head>

<body>

<div id="header">

<div id="log"></div><!--end log-->

<div id="userbar"></div><!--end userbar-->

<div id="search"></div><!--end search-->

</div><!--end of block header-->

...

</body></html>

Подскажите, пожалуйста, как быть и что делать. Заранее благодарен.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

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