search for: gallery_names

Displaying 2 results from an estimated 2 matches for "gallery_names".

Did you mean: gallery_name
2009 May 12
3
forms & link css classes - not working
I used a scaffold to create an interface. I''m trying to style it and I''m having trouble. In my css I have: #content a, a:link, a:visited{ color: #ff8400; } #content a:hover{ background: #ff8400; color: #FFFFFF; } #content a.urgent, a.urgent:link, a.urgent:visited { color: #FF0000; } #content a.urgent:hover { color: #FFFFFF; background: #FF0000; } #content input.m_title{
2006 May 11
4
modelling data to specify user access
...ata right now, but I am not sure how to handle this. How many tables to I need and how do I map them together? So far I have these tables: Users *ID *username *password Images *ID *image_name *path_to_image *path_to_thumbnail Galleries *ID *gallery_name and then I''m not sure about: Gallery_Names? User_Access? I''d appreciate help if anyone has had experience with this before... Jason -- Posted via http://www.ruby-forum.com/.