The eAuction Support Forums
https://www.everyscript.de/cgi-bin/yabb/YaBB.pl
eAuction 1.6.1.x >> Start Up and more >> Table Color in eAuction.pl
https://www.everyscript.de/cgi-bin/yabb/YaBB.pl?num=1091810881

Message started by Busdrums on 08/06/04 at 18:48:01

Title: Table Color in eAuction.pl
Post by Busdrums on 08/06/04 at 18:48:01

Hello,

First, Great Work Dieter!! I'll be excited to eventually get 1.6.2

I wondered if anyone knows why when I change #FFFFFF in the code below I get a 500 server error?

Even if I change it back to #FFFFFF and upload again, I get the same error. I always end up having to upload the stock file from the .zip file to get it working again.


Code:
sub disp_cat {
   my ($key, $numitems, $row, $rowcolor);
   
print <<EO_HTML;
<div align="center">
   <table bgcolor="#FFFFFF" width="770" border="0" cellspacing="0" cellpadding="0">
     <tr>
         <td width="200" valign="top"><br>


Many thanks  :)

Title: Re: Table Color in eAuction.pl
Post by Forum Admin on 08/07/04 at 10:36:08

Example:


Code:
sub disp_cat {
   my ($key, $numitems, $row, $rowcolor);
   
print <<EO_HTML;
<div align="center">
   <table bgcolor="#00CCFF" width="770" border="0" cellspacing="0" cellpadding="0">
     <tr>
         <td width="200" valign="top"><br>


Title: Re: Table Color in eAuction.pl
Post by Busdrums on 08/07/04 at 13:49:23

Dieter, you misunderstood. I know how to change a table color in HTML.  When I do change it to #C0C0C0 or any other color in this particular table, I get the 500 server error.  Even if I change the #C0C0C0 back to #FFFFFF and upload again, I still get the 500 server error. I then have to upload an unedited version of eAuction.pl to get it working again.

It does not make sense to me for it to do that, so that is why I am asking. I've visited most of the sites of members who post here and noticed that they have not altered this table. I thought they may have had the same problem.

Thanks for the reply Dieter

Title: Re: Table Color in eAuction.pl
Post by Forum Admin on 08/07/04 at 15:04:06

1. Upload the edited file (eAuction.pl) under ASCII mode.
2. Check the chmod of the uploaded file (must be 755).

Feel free to contact the forum again ...  :)

The eAuction Support Forums » Powered by YaBB 2.2!
YaBB © 2000-2007. All Rights Reserved.