kippie
Technical User
- Nov 8, 2001
- 158
The command <hr> makes a horizontal line. Is there a command to make this line thinner? Or should I do it in another way>
Kippie
Kippie
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"[URL unfurl="true"]http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">[/URL]
<html xmlns="[URL unfurl="true"]http://www.w3.org/1999/xhtml"[/URL] xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></meta>
<title>JavaScript Sample</title>
</head>
<body>
<p>A table below, with borders aplenty, but no graphic images</p>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="11" height="1" bgcolor="#000000"></td>
</tr>
<tr>
<td bgcolor="#000000" width="1"></td>
<td width="3"></td>
<td>a1</td>
<td width="3"></td>
<td bgcolor="#000000" width="1"></td>
<td width="3"></td>
<td>c1</td>
<td>d1</td>
<td>e1</td>
<td width="3"></td>
<td bgcolor="#000000" width="1"></td>
</tr>
<tr>
<td bgcolor="#000000" width="1"></td>
<td width="3"></td>
<td>a2 </td>
<td width="3"></td>
<td bgcolor="#000000" width="1"></td>
<td width="3"></td>
<td> c2</td>
<td>d2</td>
<td>e2</td>
<td width="3"></td>
<td bgcolor="#000000" width="1"></td>
</tr>
<tr>
<td colspan="11" height="1" bgcolor="#000000"></td>
</tr>
</table>
</body>
</html>
<table align="center" cellspacing="0" cellpadding="2">
<tr>
<td class="Rdot"a1</td>
<td class="GDot">b1</td>
</tr>
<tr>
<td class="BDot">a2</td>
<td class="CDot">b2</td>
</tr>
</table>