[Date Index][Thread Index]
[Date Prev][Date Next][Thread Prev][Thread Next]
Re: Problems with the filename generated by the <pi> tag
- From: Denis Barbier <nospam@thanx>
- Date: Mon, 1 Mar 1999 10:08:27 +0100 (CET)
On Wed, 24 Feb 1999, Pietro F. Maggi wrote:
> Hello,
> I've have a problem with the <pi> tag (in the wml:des:typograpy category).
> the problem is that it generates image file of 1x1 pixel with a filename
> like:
>
> <nameofthepage>.1x1trasp.gif
>
> The problem is that I want to put my pages on the geocities server, but the
> filemanager program that I have to use to transfer the file don't accept
> this filenames because it does not recognise the extension...
Hi Pietro,
You have either to modify the imgdot.wml file, or define your own imgdot
routine.
In imgdot.wml, you may replace line 22
my $file = "$base.imgdot-${x}x${y}-$c.gif";
by
my $file = "$base-imgdot-${x}x${y}-$c.gif";
Denis
______________________________________________________________________
Website META Language (WML) www.engelschall.com/sw/wml/
Official Support Mailing List sw-wml@engelschall.com
Automated List Manager majordomo@engelschall.com