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.
...
User Profile
Collapse
-
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... -
Thank you this worked fine. You made it look so easy. Thanks again,
Gizelle...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)...
No activity results to display
Show More
Leave a comment: