Jump to content
Server Maintenance This Week. ×

fixed depth columns


This topic is 8318 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Hi, I think a variation of this question - laying out search returns across several columns - has been asked before, but what I want to do is this:

I need to be able to create web page returns from our internal contact database that will print well. To do this I want to have the column below reach a fixed depth, then flow into 2nd and 3rd columns - just like you would on a printed page. I suspect that there's a Java answer, but that's far beyond my ability to write from scratch!

The page itself is pretty simple:

TABLE BORDER=0 CELLSPACING=0 WIDTH=250>[FMP-RECORD]

<TR>

<TD>

<P>[FMP-FIELD: department][FMP-PORTAL: master_contact_list]

<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=2 WIDTH=230>

<TR>

<TD>

<P>[FMP-FIELD: master_contact_list::wholename]</P>

</TD>

<TD>

<P ALIGN=right>[FMP-FIELD: master_contact_list:: phone_ext]</P>

</TD>

</TR>

</TABLE>

[/FMP-PORTAL]</P>

</TD>

</TR>[/FMP-RECORD]

</TABLE>

thanks, Jeff

Link to comment
Share on other sites

This topic is 8318 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.