[gee I wrote that badly and not as polite as I try to be]

it should have said:

> @Chris
>
> Thanks for the prod in the right direction - that was close enough for a 
> solution. you were right - it was the width, although not width running off 
> the form.

I try not to be rude if I can help it...



On Apr 24, 9:23 am, "barry.b" <[EMAIL PROTECTED]> wrote:
> @Chris
>
> that was close enough for a solution - it was the width, although not
> width running off the form. the <cfformitem/> needed a width specified
> otherwise it thought it was miles long, wrapping the controls.
>
> same code as before, just adding width="400" fixed it.
>
> <CFINPUT TYPE="text" NAME="UserID" VALUE="#UserNo#"
>         REQUIRED="yes" MESSAGE="name must be in the format 'Surname,
> FirstName'"
>         READONLY="true" LABEL="User No.:" WIDTH="70" MAXLENGTH="8"
> STYLE="background-color:##DDDDDD;">
>
> <CFINPUT TYPE="text" NAME="UserName" VALUE="#FullName#"
>         REQUIRED="yes" message="Please ensire the format is 'Surname,
> FirstName'"
>         READONLY="false" LABEL="Name:" WIDTH="200" MAXLENGTH="80"
>         STYLE="background-color:##FFFFFF;"  />
>
> <cfformitem width="400" type="html">
>         * Please ensure  the format is 'Surname, FirstName'
> </cfformitem>
>
> @Scott - it's a cockroach app: I just want it to go away and take it's
> pain with it ... now live and kicking as of 22 min ago... NEXT!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to