Fórum Tabelas no Bootstrap não funcionam #487075
28/07/2014
0
Franzé Peixoto
Curtir tópico
+ 0Post mais votado
28/07/2014
A tabela esta certa. Verifica no seu html se existe.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bootstrap 101 Template</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet"><!-- isso aqui -->
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<h1>Hello, world!</h1>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script><!-- isso aqui -->
</body>
</html>
Eduardo Martins
Gostei + 1
Mais Posts
28/07/2014
Joel Rodrigues
Poderia copiar o seu código, para darmos uma analisada?
Gostei + 0
28/07/2014
Franzé Peixoto
<table class="table table-bordered table-hover">
<thead>
<tr>
<th>Marca</th>
<th>Descrição</th>
<th>Ano</th>
</tr>
</thead>
<tbody>
<tr>
<td>Ford</td>
<td>Ka</td>
<td>2009</td>
</tr>
<tr>
<td>Chevrolet</td>
<td>Celta</td>
<td>2011</td>
</tr>
<tr>
<td>Wolksvagen</td>
<td>Gol</td>
<td>2007</td>
</tr>
</tbody>
</table>
Gostei + 0
28/07/2014
Franzé Peixoto
<!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> <!-- Optional theme --> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css"> <!-- Latest compiled and minified JavaScript --> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
Gostei + 0
28/07/2014
Franzé Peixoto
Gostei + 0
28/07/2014
Joel Rodrigues
Abraço e bons códigos.
Gostei + 0
Clique aqui para fazer login e interagir na Comunidade :)