On Thu, Nov 6, 2008 at 9:17 PM, mdipierro <[EMAIL PROTECTED]> wrote:
>
> length is the size of the database field. Nothing to do with
> presentation.
> Now say the table is called "person" and the field is called "name".
> In the CSS you can do
>
> INPUT#person_name {
>  color: blue;
>  width: 200px;
> }
>
> and set any other property you want.

i used firebug to check my changes.... i see that the id for Last Name
is id="student_last_name" since the db is student and the field is
last_name.

I then created:

INPUT#student_last_name {
 color: blue;
 width: 200px;
}

in app/static/styles.css

I saved styles.css and refreshed the browser page and even emptied
cache, but the element does not show up in css in firebug.

??

thx for all help (thx Massimo!!)

-wj

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" 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/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to