My favorites
▼
|
Sign in
lineadecodigo
Web Code Samples in spanish
Project Home
Downloads
Wiki
Issues
Source
Checkout
Browse
Changes
Source path:
svn
/
trunk
/
lineadecodigo_web
/
WebContent
/
markup
/
CSS
/
bordes
/
borde-con-puntos.html
r478
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!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=ISO-8859-1">
<title>Borde con puntos</title>
<style type="text/css">
.borde_con_puntos{
border-style:dotted;
}
table{
border-style:dotted;
}
</style>
</head>
<body>
<h1>Borde con Puntos</h1>
<img src="http://lineadecodigo.com/wp-content/uploads/2006/12/lineadecodigo.miniatura.jpg" class="borde_con_puntos">
<table>
<thead><tr><td>Campo1</td><td>Campo2</td></tr></thead>
<tr><td>1</td><td>2</td></tr>
<tr><td>3</td><td>4</td></tr>
<tr><td>5</td><td>6</td></tr>
<tr><td>7</td><td>8</td></tr>
</table>
<br><br>
<hr>
Artículo disponible en: <a href="http://lineadecodigo.com/2008/03/31/bordes-con-puntos/">http://lineadecodigo.com/2008/03/31/bordes-con-puntos/</a><br/>
<a href="http://lineadecodigo.com" title="Linea de Codigo">lineadecodigo.com</a>
</body>
</html>
Show details
Hide details
Change log
r50
by vcuervo on Mar 29, 2008
Diff
[No log message]
Go to:
...CSS/bordes/borde-con-puntos.html
Project members,
sign in
to write a code review
Older revisions
All revisions of this file
File info
Size: 988 bytes, 38 lines
View raw file
Powered by
Google Project Hosting