Jump to content
  • 0

Нужна помощь с CSS.


chase11
 Share

Question

Я только новичок. Сделал код CSS, в HTML вставил - а ничего нету(пусто).

Вот код. Может что не правильно сам не знаю.

<html>
<head>
<link rel="shortcut icon" href="http://www.rapidloading.minsk-online.com/images/favicon.ico.jpg">
<title> Бесплатный файловый хостинг</title>
</head>
<body>
<body bgcolor="#ffffff">

<style>
body{
margin: 0;
padding: 0;
font-family: Tahoma, Arial, Helvetica, sans-serif;
color: #696969;
background: #fff;
}
.logo{
background: url(/home/rapid/public_html/images/logo.JPG) no-repeat top left;
width: 50%;
vertical-align:top;
}
.logo img
{
height: 40;
}
.top_line{
background: url(/home/rapid/public_html/images/top_line.gif) repeat-x;
height:6;
width: 100%;
}
</style>

</body>
</html>

Что делать?

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

1. Не туда вставил

<style>...</style> вставляется между тегами <head>...</head>

2. браузер не знает что отображать, нет ни одного элемента в теле html документа (между тегами <body>...</body>)

напиши, например, между тегами <body>...</body> следующее

<p>Моя первая страница</p>

Правда указанные тобой стили к этому никакого отношения иметь не будут

Link to comment
Share on other sites

  • 0

Вы попытались объединить описание структуры и описание стилей. Прикольно, конечно, но логика тут другая. Стили описывают где будет находится и как будет выглядеть элемент с этим стилем, и это описание располагается в html-документе в разделе <head></head> или во внешнем файле и подключается этот файл тоже в разделе <head></head> тэгом <link>. А элементы описываются в теле html-документа, между тэгами <body> и </body>.

читайте не ленитесь раздел "шаг за шагом" и разбирайте примеры, тогда быстрее все поймете, чем по ответам на форуме.

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