January 9, 200125 yr 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
January 9, 200125 yr 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.
Create an account or sign in to comment