here is my quick and dirty catch-all solution for this.
.
.
.
<body>
<center>
<table height="100%">
<tr><td height="33%"></td></tr>
<tr><td height="34%">
Insert content here......
</td></tr>
<tr><td height="33%"></td></tr>
</center>
</body>
.
.
.
this should align your content in the...
if by "length" you mean "width" then;
<TABLE width=650 style=...> <--this is main table
<tr>
<TD width="70%">
<TABLE>contents..</TABLE> <--first nested table
</TD>
<TD>
<TABLE>contents..</TABLE> <--second nested table
</TD>
</tr>
</TABLE>
should do the trick...
NOTE: you forgot the...
thanks mike. i'm having some trouble with it though.
i want a pie chart...
what do i pass as cData?
i have a cursor with 3 fields (label,value)
so if this was a chart of the racial diversity of some city it might be like...
label | value
-----------------
white |20
black |11...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.