Estou fazendo um site seguindo os passos de uma videoaula. Quero deixar claro que os meus conhecimentos de HTML/CSS são básicos e portanto não consegui resolver esse problema que é bobagem.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Datatec</title>
<link href="estilo.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="box">
<div id="header"
<div id="logo">
<img src="images/logo.jpg" />
</div><!--logo-->
</div><!--header-->
<div id="headersp">
</div><!--headersp-->
<div id="menu">
<a href="#">Inicio</a>
<img src="images/separador_menu.jpg" />
<a href="#">Empresa</a>
<img src="images/separador_menu.jpg" />
<a href="#">Expediente</a>
<img src="images/separador_menu.jpg" />
<a href="#">Mural</a>
<img src="images/separador_menu.jpg" />
<a href="#">Fale Conosco</a>
<div id="search">
<form id="forml" name="forml" method="post" action="">
<table border="0" align="right" cellpadding="3" cellspacing="3">
<tr>
<td><span class="pesquisar">Pesquisar por:</span></td>
<td><input name="search" type="text" id="search" size="38" /></td>
<td><input type="submit" name="buscar" id="buscar" value="Buscar" /></td>
</tr>
</table>
</form>
</div><!--search-->
</div><!--menu-->
<div id="spacer">
</div><!--spacer-->
<div id="content">
<div id="conteudo">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
</div><!--conteudo-->
<div id="sidebar">
Sidebar
<br />
<br />
<br />
<br />
</div><!--sidebar-->
<div id="divclear"</div>
</div><!--content-->
</div><!--box-->
<div id="footer">
</div><!--footer-->
</body>
</html>
Não sei em parte do código eu errei. Me mostrem onde o problema se encontra!!!
Question
wellysonfr
Estou fazendo um site seguindo os passos de uma videoaula. Quero deixar claro que os meus conhecimentos de HTML/CSS são básicos e portanto não consegui resolver esse problema que é bobagem.
O site não centraliza.
Vejam a imagem do site:
http://bit.ly/q36qyU
CSS:
HTML:Não sei em parte do código eu errei. Me mostrem onde o problema se encontra!!!
Link to comment
Share on other sites
4 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.