[thelist] Cool CSS hack & a new IE 6 feature

Lindsay Evans lindsay at redsquare.com.au
Mon Sep 24 21:16:14 CDT 2001


Beau said:

> A less hack-ish solution is to assign align="left" to every single <td>

An even less hackish solution is to assign a style to the TD element like
so:

td {
	text-align: left;
}

Valid code, you don't have to rewrite every page in your site, and you don't
have the extra 12 bytes per table cell that align="left" adds.

Tested in IE6 Win2K.

I'd make this a tip, but I'm a bit busy right now.

--
 Lindsay Evans.
 Developer,
 Red Square Productions.

 vox: 8596.4000
 fax: 8596.4001
 web: www.redsquare.com.au






More information about the thelist mailing list