There's a little bug in the HTML code at the log-in field.
this:
<form method="post" action="/index.pl/" enctype="application/x-www-form-urlencoded">
should be changed to:
<form method="post" action="/index.pl" enctype="application/x-www-form-urlencoded">
because it's breaking the images when you first log-in.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(tye)Re: little log-in bug.
by tye (Sage) on Mar 12, 2002 at 15:52 UTC |