30 Aug
2006
30 Aug
'06
6:10 p.m.
Hi
which is close but not exactly as wanted. The <meta> (and I expect other tags like <br> will have the same) tag has closing slash as it
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. Thanks Neil