Also wanted to add that this problem seemed to happen after I re-transformed my form to "Theme 1"
Hi greg219,
My guess is that it is a CSS problem and that you have black text on a black background and that IE & Firefox are taking a different view on how to interpret a background colour somewhere.
Bob
Also to add...... in Internet Explorer once i highlight everything, i cant see any text present (see picture below) but page is long like the form is there..... ?? :?
[attachment=0]19042009115204pm.png[/attachment]
Hi greg219,
What do you see with View Source?
Bob
Hi greg219,
Sorry for the delay, I've been mostly off-line the last few days.
There's something odd with the html in IE7 - the white box shows up OK in IE6 and IE8 as well as FireFox. I think that the form is being over-laid by the black div id=contentarea somehow. The form is all there - just hidden (you can see it if you remove the template by adding &tmpl=component to the url.
I think you'll probably need to debug the template html & css step by step :-(
Bob
Later: sorry I mispasted the amended url :-(
Alright Thanks soo much! ill look into it.... ~G
SOLVED
To get it working i just created a new div class in the html that wraps around the whole form and added a css line for that class and added a background property of white. That seemed to do the trick.
The form layout in IE looks pretty funky compared to Firefox, but thats another problem to solve!
Greg