Jump to content
  • 0

С помощью таблиц хтмл возможно сайт разместить?


big_time
 Share

Question

Здрасьте всем!

Мне надо сайт написать, но я вообще никак не пойму CSS(надеюсь еще всё впереди), знаю только HTML и то, на малограмотном уровне. Если я размещу сайт с таким кодом(код ниже), меня сервер, браузеры не пошлют никуда подальше и у других ползователей он будет отображаться нормально? Ведь щас сайты делаются каким-то образом через CSS, но мне пока до этого ооочень далеко, да и не знаю что мне читать.


<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Заголовок</title>
</head>
<body>
<table width="80%" align="center" border="0">
<tr>
<td height="100" width="200" rowspan="2" align="center"></td>
<td width="400" height="75" colspan="4"></td>
<td width="200" rowspan="2" align="center" valign="top"></td>
</tr>
<tr>
<td width="100" align="center"><img src="img/1.jpg" height="12.5" width="83.3"></td>
<td width="100" align="center"><img src="img/2.jpg" height="14" width="83.3"></td>
<td width="100" align="center"><img src="img/3.jpg" height="12.5" width="83.3"></td>
<td width="100" align="center"><img src="img/4.jpg" height="12.5" width="83.3"></td>
</tr>
<tr>
<td height="400" align="right"><img src="img/manl3.jpg" height="385" width="180" alt="sb_ind"></td>
<td height="500" width="300" colspan="4" align="center">
<img src="img/main.jpg" height="350" width="420" alt="sb_ind">
<img src="img/time.jpg" height="55" width="" vspace="20" hspace="55" align="left">
</td>
<td height="400" align="left"><img src="img/manr.jpg" height="385" width="180" alt="sb_ind"></td>
</tr>
<tr>
<td height="100"></td>
<td colspan="4"></td>
<td ></td>
</tr>
<tr>
<td height="100" colspan="6" align="center"><img src="img/bottom.jpg" height="100" width="950"></td>
</tr>
</table>
</body>
</html>

Edited by big_time
Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0
  On 2/2/2012 at 2:56 PM, klierik said:

ну так а ты сохрани код в file.html и открой его в браузере. там и видно будет.

Ну я сохранил, у меня всё нормально отображается, так как мне и надо, на компе и на нетбуке, во всех браузерах норма. Просто я когда читал про таблицы, там все кричали что это лажа, таблицами уже никто не пользуется и т.д. Вот я и подумал, может быть у меня вообще не получится разместить ничего из-за того что таблицы это лажа :)

П.С. Какая разница в таблицах я буду писать или через CSS?

Link to comment
Share on other sites

  • 0
  Quote
Если я размещу сайт с таким кодом(код ниже), меня сервер, браузеры не пошлют никуда подальше и у других ползователей он будет отображаться нормально?

Браузеры-то не пошлют однозначно :). А вот поисковики именно на вышеприведенный код могут вытаращить глаза (или чем они странички смотрят) — где же текст, который им надо проиндексировать?

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

  • Обсуждения

    • Актуальные контакты: Telegram: @Nikker_web E-Mail:   tarasevich.email@gmail.com Портфолио https://www.behance.net/d4d4186e Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ    
    • Актуальные контакты: Telegram: @Nikker_web E-Mail:   tarasevich.email@gmail.com   Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ   Портфолио https://www.behance.net/d4d4186e
    • Доброго всем времени суток. Прошу помощи. Научите принципу изменения футера. Движок Xenforo. Версия 2.2.10. Стиль дефолтный. Что именно нужно в итоге на фото примере. Мой шаблон app.footer less имеет следующее значение.  .p-footer { .xf-publicFooter(); a { .xf-publicFooterLink(); } } .p-footer-inner { .m-pageWidth(); .m-pageInset(); padding-top: @xf-paddingMedium; padding-bottom: @xf-paddingLarge; } .p-footer-row { .m-clearFix(); margin-bottom: -@xf-paddingLarge; } .p-footer-row-main { float: left; margin-bottom: @xf-paddingLarge; } .p-footer-row-opposite { float: right; margin-bottom: @xf-paddingLarge; } .p-footer-linkList { .m-listPlain(); .m-clearFix(); > li { float: left; margin-right: .5em; &:last-child { margin-right: 0; } a { padding: 2px 4px; border-radius: @xf-borderRadiusSmall; &:hover { text-decoration: none; background-color: fade(@xf-publicFooterLink--color, 10%); } } } } .p-footer-rssLink { > span { position: relative; top: -1px; display: inline-block; width: 1.44em; height: 1.44em; line-height: 1.44em; text-align: center; font-size: .8em; background-color: #4682B4; border-radius: 2px; } .fa-rss { color: white; } } .p-footer-copyright { margin-top: @xf-elementSpacer; text-align: center; font-size: @xf-fontSizeSmallest; } .p-footer-debug { margin-top: @xf-paddingLarge; text-align: right; font-size: @xf-fontSizeSmallest; .pairs > dt { color: inherit; } } @media (max-width: @xf-responsiveMedium) { .p-footer-row-main, .p-footer-row-opposite { float: none; } .p-footer-copyright { text-align: left; padding: 0 4px; // aligns with other links } }  
    • Нужны сайты с примерами верстки, типа https://css-tricks.com/. Типовые приемы и нестандартные на все случаи жизни. Накидайте ссылок.
×
×
  • 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