Click to See Complete Forum and Search --> : IE 7 & FF2


abasel
05-12-2007, 08:17 AM
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

Kudose
05-13-2007, 01:40 AM
Because </br> is really <br />

abasel
05-13-2007, 02:46 AM
lol.. I wish I could offer some lame excuse as to why I got this wrong but alas I can't so I'll simply feel stupid before 1000s of PHPBuilder members :o

Kudose
05-13-2007, 05:58 PM
It's cool. We all have brain farts. ;)

bradgrafelman
05-14-2007, 01:15 AM
So did that resolve your issue? If so, don't forget to mark this thread resolved.