hello all i need help to code Iframe i installed passgen.php on my vb 3.8.6 and it works goodad i but this code in register forum

PHP Code: 
<li>Suggested Password:&nbsp;<iframe src="passgen.php" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" height="15px"></iframe></li
but the problem is how to add color to iframe and u can see the passwd generate on IE8 but you can not see it in firefox so my ? is how to add backround color and text color so you can change it i have multiple skin,s
and here the php file too
PHP Code: 
<?php
$length
=20;
while(
$i<$length)
{
$a=mt_rand(1,3);
 
if(
$a==1)
{
$a=mt_rand(48,57);
$a=chr($a);
}
if(
$a==2)
{
$a=mt_rand(65,90);
$a=chr($a);
}
if(
$a==3)
{
$a=mt_rand(97,122);
$a=chr($a);
}
$ord .=$a;
$i++;
}
echo 
"$ord";
?>
ok ppl nerver mind i found it you have to add this code to the .phpat the end
PHP Code: 
<body bgcolor="#00FF00">
<?php
please need help

thank you
Warez Junky
Warez Junky Reviewed by Warez Junky on . need help with code hello all i need help to code Iframe i installed passgen.php on my vb 3.8.6 and it works goodad i but this code in register forum <li>Suggested Password:&nbsp;<iframe src="passgen.php" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" height="15px"></iframe></li> but the problem is how to add color to iframe and u can see the passwd generate on IE8 but you can not see it in firefox so my ? is how to add backround color and text color so you can change it i have multiple Rating: 5