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

 Horizontal table

Print topic Send  topic

Author Message
Alfons
Posted: 04/12/2004, 1:04 PM

Hi,

I wonder how can I program a horizontal table instead of vertical table.

Thanks in advanced
pcfountain

Posts: 35
Posted: 05/03/2004, 9:36 AM

If I understand the question correctly, you just need to make a table with 1 row and as many columns as you want. Like this:

<table>
<tr>
<td>
text, content, etc
</td>
<td>
text, content, etc
</td>
<td>
text, content, etc
</td>
</tr>
</table>

That's simplified a lot, but this basic structure works.

_________________
Paul Fountain
http://www.pcfountain.com
View profile  Send private message
Daniel
Posted: 08/26/2004, 8:00 PM

thnks but that info are not enought. I wnt 2 see the structure of horizontl prgrmng
Damian
Posted: 08/27/2004, 7:18 AM

An example:

<table width="797" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/nb5_01.jpg" width="797" height="48"></td>
</tr>
<tr>
<td><img src="images/nb5_02.jpg" width="797" height="106"></td>
</tr>
<tr>
<td background="images/nb5_03.jpg" width="797" height="59"
align="right" valign="top"><font size="1"> <br></font>
<!-- BEGIN Grid range_menu -->
<div id="horiz">
<!-- BEGIN Row --><a href="{range_name_Src}">{range_name}</a> <!-- END
Row --><a href="pages.php">General</a> <a href="contactus.php">Contact
Us</a>    
</div>

<!-- BEGIN NoRecords --><!-- END NoRecords --><!-- END Grid
range_menu --></td>
</td>
</tr>
</table>

This creates the menu where the General and Contact links are static, but
the {range_name} comes from the DB. The more ranges, the more cells appear
at the left of the menu.


"Daniel" <Daniel@forum.codecharge> wrote in message
news:18412ea3ea2ce70@news.codecharge.com...
> thnks but that info are not enought. I wnt 2 see the structure of
horizontl
> prgrmng
> ---------------------------------------
> 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.

Web Database

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.