User Profile

Collapse

Profile Sidebar

Collapse
gizelle2101
gizelle2101
Last Activity: Mar 24 '08, 12:32 AM
Joined: Apr 8 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • gizelle2101
    replied to Too much CSS
    Thank you.

    I will try to make the changes you suggest. I think I understood it all. It will just take some thought to fully understand what you are stating. :-)

    Thank you for your help. I knew there must be another way to lighten up my CSS. Right now for a 15-page site, my CSS has 1577 lines! It has new wrappers, footers and navigation for each page to meet the needs of each page's different length.

    ...
    See more | Go to post

    Leave a comment:


  • gizelle2101
    started a topic Too much CSS

    Too much CSS

    As you will see when you view my CSS, I'm new to Web Development and CSS. I am setting up a site for a local non-profit. They love the site and everything validates. I don't like the CSS I set up. For future sites I need to do things differently.

    Because the client has so many pages that fluctuate in length, I had to duplicate many CSS instructions for each page - kind of defeating the purpose of CSS.

    I know I am...
    See more | Go to post

  • Thank you this worked fine. You made it look so easy. Thanks again,
    Gizelle...
    See more | Go to post

    Leave a comment:


  • Query to get highest price and lowest price in database

    I've read the articles, but nothing is working. My database just lists jewelry by type and gems. I want to pull out the most expensive piece and the least expensive piece in one query.

    <code>
    mysql> SELECT type, gems, cost FROM inventory WHERE price=(SELECT MAX(cost) FROM inventory); </code>
    This gets me the most expensive piece. When I try adding:
    <code>
    AND price=(SELECT MIN(cost)...
    See more | Go to post
No activity results to display
Show More
Working...