On 03-Feb-08, at 11:24 AM, Glenn_NZ wrote:
> I am a new django user and I am using the django trunk version.
> Inside the template I am using the {{form.as_p}} template variable to
> automatically output all the fields for the form.
>
> Someone told me, not from this group, that the best way of position
> edit boxes (ie <Input...>) is to use cascading style sheets. However
> when I try to do something like the following:
> <style>
> #id_phone_home {left:30px; top:70px}
> </style>
> the input box moves but not the label.
are you modifying form.as_p() in the view?
--
regards
kg
http://lawgon.livejournal.com
http://nrcfosshelpline.in/web/
Foss Conference for the common man: http://registration.fossconf.in/web/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---