When submitting a blank form found at
http://dev.internetlinked.com/createaccount.php
I am wanting the error messages to each be printed on their own line and their font-size to be smaller than the rest of the page text.
In IE7 the font-size comes out too small although the errors are on their own line while in FF2 the font-size is fine but the errors refuse to print on their own line ie. they are printed as one line, all next to each other.
For the error font size, I've used a css (called #errors) which sets font-size to .8ems.
To get the messages to print on a new line I've placed a </br> at the end of each line.
How come FF ignores the </br> while IE doesn't process the ems correctly?
My coding can be seen at http://dev.internetlinked.com/actions/registeruser.txt