This should not be difficult at all... All I want is for the datefield box to align on the right side of my text (Date of Purchase). For some reason it will only align underneath the text or I can get the text to align on the right of the datefield box. If I use the cfform format="flash" and align in a cfformgroup type="horizontal" it will work. Does anyone have any clue why it will not work in a regular form.. or know how to make it work. Any help is greatly appreciated.
Date of Purchase:
<cfinput
type="datefield"
name="from_date"
width="130"
value="#dateformat(now(),"mm/dd/yyyy")#"
>