CodeCharge Studio
search Register Login  

Visual PHP Web Development

Visually Create Internationalized Web Applications, Web Reports, Calendars, and more.
CodeCharge.com

YesSoftware Forums -> Archive -> CodeCharge.Discussion

 Formatting data in a table

Print topic Send  topic

Author Message
Frank Rocco
Posted: 05/22/2001, 10:41 AM

Hello,

How do I format numeric data in a table so the columns line up?

Thanks
Frank

Alexey Alexapolsky
Posted: 05/23/2001, 3:06 AM

Frank , please add code below to your "Page
properties"/Header&Footer/Footer section

<script language="javascript">
var coll = document.all.tags("td");
if (coll!=null)
{
for (i=0; i<coll.length; i++)
coll.align="left";
}

</script>


--
Regards,
Alexey
CodeCharge Support

Frank Rocco <farocco@hotmail.com> wrote in message
news:9ee8cv$gsk$1@mail.tankhill.com...
> Hello,
>
> How do I format numeric data in a table so the columns line up?
>
> Thanks
> Frank
>
>

Frank Rocco
Posted: 05/23/2001, 4:24 AM

Thanks for the tip and code.
I'll try it today.

Regards,
Frank


   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

MS Access to Web

Convert MS Access to Web.
Join thousands of Web developers who build Web applications with minimal coding.

CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.