RUNEMASTER
09-14-2005, 06:52 PM
I am experimenting with tables.Wonder how to make one very large single celled table.
I have some code to show,but its a small version of what I am looking for.Id like to know what code defines the volume of the cell or cells?
Additionally how to make the cell borderless with color.I mean imagine one large red cube in the broser.Guess thats my second question.
..........................................
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
"http://www.w3.org/TR/REC-html40/strict.dtd">
<html>
<head>
<title>marys lamb</title>
</head>
<body>
<table border="2" cell padding="3" cell spacing="3" width=75% align="center">
<tr>
<td bgcolor=red>mary column 1 cell 1</td>
</tr>
Thanks.
I have some code to show,but its a small version of what I am looking for.Id like to know what code defines the volume of the cell or cells?
Additionally how to make the cell borderless with color.I mean imagine one large red cube in the broser.Guess thats my second question.
..........................................
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
"http://www.w3.org/TR/REC-html40/strict.dtd">
<html>
<head>
<title>marys lamb</title>
</head>
<body>
<table border="2" cell padding="3" cell spacing="3" width=75% align="center">
<tr>
<td bgcolor=red>mary column 1 cell 1</td>
</tr>
Thanks.