Re: cellpadding & cellspacing as percentage values

> Hi,
> 
> The S file defines the cellpadding and cellspacing as integer values. To
> support percentage values, these could be changed to text. The problem is,
> the P file uses rules like cellpadding (...) > 0 which I think only allows
> integers. What is the possible fix for this? Create a hidden attribute that
> is the numerical value and use it?

You're right. For that we must process as the width attribute of images:
the attribute Width__ generates either the internal attribute IntWidthPxl or 
the internal attribute IntWidthPercent.

-- 
     Irene.

Received on Thursday, 8 June 2000 10:35:24 UTC