The eAuction Support Forums
https://www.everyscript.de/cgi-bin/yabb/YaBB.pl
eAuction 1.6.1.x >> Unsorted >> HTML Screwed up after relisting
https://www.everyscript.de/cgi-bin/yabb/YaBB.pl?num=1101809196

Message started by www.blitzday.com on 11/30/04 at 09:13:54

Title: HTML Screwed up after relisting
Post by www.blitzday.com on 11/30/04 at 09:13:54

Hi Dieter,

I got the following mail and I noticed it to. Is there a solution?

Hi Freddy,

I have attached a sample below. It is quite odd, at times, even though it looks scrambled, when I go to the preview screen, the text comes out alright. Unfortunately, most of the time, the text comes out looking scrambled even at the preview screen and I have to remedy the description before I can relist. This is difficult especially if there are many items. Hope you can help!

Thanks and regards

<CENTER>This auction is for a genuine and lovely</center><center><h3><font color=green>Daum mask artpiece.</h3></center></font color=green> This gorgeous mask by David Adzak is a classic creation from Daum, the renowned French master of Art Nouveau, whose creations are exhibited in museums all over the world. Daum pieces are made from Pate de Vere. This rare material is made from splinters of crystal that are colored, molten, poured into a wax mould and fired at an extremely high temperature for a week. The mould is then broken to reveal a unique piece in Pate de Verre.<center><h4>A truly outstanding item!</h4></center><center>Shipping & Handling by Registered Air Mail : EUR12.00.

Title: Re: HTML Screwed up after relisting
Post by Dieter Werner on 11/30/04 at 10:33:39

This has happened to me before, too.
Copie HTML code from an ASCII related editor to an utf8 related editor
or
copie HTML code from an utf8 related editor to an ASCII related editor
and the same will happen to you.

Title: Re: HTML Screwed up after relisting
Post by Dieter Werner on 11/30/04 at 11:02:30

Sorry - I  haven't noticed the word "relisting"

Go to
sub new
search the sub for this
Code:

               $inc = form_amt_dec($inc);
               $start_price = form_amt_dec($start_price);
               $buy_it = form_amt_dec($buy_it);
               $reserve = form_amt_dec($reserve);
           ($key = $form{'REPOST'}) =~ s/\d{10}$//;
           $cat = $category{$key};
           $desc = disable_html($desc);


and replace
Code:
           $desc = disable_html($desc);

with
Code:
           $desc = enable_html($desc);

Title: Re: HTML Screwed up after relisting
Post by www.blitzday.com on 11/30/04 at 11:12:52

Super, I see the solution :-) I will give you a call today Dieter and thanks for your help.

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