Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

Posted

when i use this code

code:


[FMP-ValueList: MemberofDepartment, list=departments]

<BR><input type="checkbox" name="MemberofDepartment" value="[FMP-ValueListItem]" ><FONT SIZE="-1">[FMP-ValueListItem]</font>

[/FMP-ValueList]


it comes out looking like this:

code:


[] Accounting Department

[] CADD Department

[] Credit Department

[] Customer Service

[] HR Department

[] IT Department

[] Maintenance

[] Marketing

[] Production

[] Purchasing

[] Sales

[] Company Wide


is there a way to get it to look like this?

code:


[] Accounting Department [] CADD Department

[] Credit Department [] Customer Service

[] HR Department [] IT Department

[] Maintenance [] Marketing

[] Production [] Purchasing

[] Sales [] Company Wide


Posted

Remove the <br> tag from the beginning of the line. This will allow the list of options to continue along the line.

Controlling the line length and wrap point is another issue and one that is difficult to do due to the differences between platforms and browser versions.

This topic is 8787 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.