CodeCharge Studio
search Register Login  

Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> General -> Web Design

 COLGROUP within HEADING in table

Print topic Send  topic

Author Message
longobardia

Posts: 1
Posted: 05/02/2005, 11:47 AM

Is there a way to incorporate COLUMN GROUPS within a heading on a table.

For example:

<table FRAME="BOX" RULES="GROUPS">
<COLGROUP>
<COL WIDTH=300>
</COLGROUP>
<COLGROUP>
<COL WIDTH=38><COL WIDTH=38><COL WIDTH=38>
</COLGROUP>
<thead>
<tr align=center>
<th>Name </th>
<th>Age</th>
<th>Height</th>

<th>Jan</th>
<th>Feb</th>
<th>Mar</th>
</tr>
</thead>
</table>


The point is to have "Name/Age and Height" within the first column in the table and "Jan...." in the other.

Any ideas??

Thanks in advance...
AL

View profile  Send private message
DonB
Posted: 05/04/2005, 7:15 AM

There's no reason to not edit the HTML that CCS produces to add whatever you
want to add. It's safe to do and presents no issues with further
development of the page in CCS (as long as it's valid html)

--
DonB

http://www.gotodon.com/ccbth


"longobardia" <longobardia@forum.codecharge> wrote in message
news:18427675b6bc01d@news.codecharge.com...
> Is there a way to incorporate COLUMN GROUPS within a heading on a table.
>
> For example:
>
> <table FRAME="BOX" RULES="GROUPS">
> <COLGROUP>
> <COL WIDTH=300>
> </COLGROUP>
> <COLGROUP>
> <COL WIDTH=38><COL WIDTH=38><COL WIDTH=38>
> </COLGROUP>
> <thead>
> <tr align=center>
> <th>Name </th>
> <th>Age</th>
> <th>Height</th>
>
> <th>Jan</th>
> <th>Feb</th>
> <th>Mar</th>
> </tr>
> </thead>
> </table>
>
>
> The point is to have "Name/Age and Height" within the first column in the
table
> and "Jan...." in the other.
>
> Any ideas??
>
> Thanks in advance...
> AL
>
>
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>


Add new topic Subscribe to topic   


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

Internet Database

Visually create Web enabled database applications in minutes.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


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