Hi all,

I'm in the process of changing the login page to my tastes. Under /src/login/php I'm able to set the background color for the page. However, The upper-half of the page is dominated by a large table that contains the logo and login area. I haven't been able to find where the settings tables are stored. If I view the source in my browser, I see the info but get no clue where it's located.

My view source:

<body text="#FFFFFF" bgcolor="#000033" link="#999999" vlink="#999999" alink="#999999" onload="squirrelmail_loginpage_onload();">
<form action="redirect.php" method="post">
<table bgcolor="#ffffff" border="0" cellspacing="0" cellpadding="0" width="100%"><tr><td align="center"><center><img src="../config/ " alt="Monkie-Mail Logo" width="308" height="111" /><br />


followed by other tables with other bgcolor settings...

My login.php line that seems to apply only to the page itself:

echo '<body text="#FFFFFF" bgcolor="#000033" link="#999999" vlink="#999999" alink="#999999" onload="squirrelmail_loginpage_
onload();">' .
"\n" . '<form action="redirect.php" method="post">' . "\n";


Where are the other color settings for the tables being pulled from? Any guidance is appreciated!

Thanks,

Mark




------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to