quote:

Tried everything to get the progress bar to be wider, but it just want's to be that size. Oh well.

Guess I didn't try everything... Found that if you just change the table size in the following line to something like 300% it will make the progress bar wider.

I didn't think you could make a table more than 100% wide.

code:
$StatusMessage = '$StatusMessage<TABLE border=1 width=300% CELLSPACING=0 CELLPADDING=0><TR height=20 WIDTH=100%><TD NOWRAP WIDTH=$percent% BGCOLOR=Blue> </td><TD NOWRAP BGCOLOR=silver> </TD></TR></TABLE>'

Mark P.