Sent by Francois Gagnon on 30 January 2003 19:07
X-BeenThere: [EMAIL-REMOVED]
X-Mailman-Version: 2.1b5
Precedence: list
List-Id: Practical discussions of CSS and its use
<css-d.lists.css-discuss.org>
List-Help: [EMAIL-REMOVED]?subject=help>
List-Post: [EMAIL-REMOVED]>
List-Subscribe: <http://www.css-discuss.org/mailman/listinfo/css-d>,
[EMAIL-REMOVED]?subject=subscribe>
List-Archive: <http://www.css-discuss.org/mailman/private/css-d>
List-Unsubscribe: <http://www.css-discuss.org/mailman/listinfo/css-d>,
[EMAIL-REMOVED]?subject=unsubscribe>
X-List-Received-Date: Thu, 30 Jan 2003 19:56:27 -0000
Note to self:
Forget the span attribute, it break badly in NN6
>
> By the way you can use this:
> <colgroup span""></colgroup>
> <colgroup class="column"></colgroup>
> instead of this:
> <colgroup></colgroup>
> <colgroup></colgroup>
> <colgroup class= "column"></colgroup>< /DIV>