Just a bit of info on the br, IE treats <br/> as a line break, but <br></br> as 2 line breaks. Just in case you go for the "obvious" solution of always expanding out <a/> to <a></a>, <br> won't work.
but <br /> with a space works. And this applies to most tags with this behavior---the space helps, and it validates with W3C XHTML Validator. Jared. -- http://www.updike.org/~jared/ reverse ")-:" _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
