Page 1 of 2 12 LastLast
Results 1 to 10 of 18

Thread: After Reading Much Of this Im embarrassed but

  1. #1
    Join Date
    Nov 2007
    Location
    Maine USA
    Posts
    25
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default After Reading Much Of this Im embarrassed but

    I have what I'm sure is a simple problem. I have tried and tried, but being new to CSS yet a firm believer in it's reasonings I just need to get past this mental block. Below is the url of the page that Im trying to recreate using a much saner css approach.

    http://www.heavenleeacres.com/Rates/rates.html

    Again any assistance for this stuggling newbie would be appreciated.
    I just realised I failed to note it's the rates tables I'm trying to recreate.. sorry for not specifying that earlier.


    Grey
    Last edited by Grey; 11-14-2007 at 03:14 AM. Reason: I left out a critical part of the question

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Those are tables -- it's perfectly fine to use <table> to describe them (and indeed, it would be semantically bad not to).
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Nov 2007
    Location
    Maine USA
    Posts
    25
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Really?? With all I've read I got the impresson tables bad..css good. I've searched and searched and read and read and could not find a way to do it in css. So to summarize. It is ok to use the old table format to accomplish that and still be w3c compliant when validating and out of a strong desire to learn, "is" there a way to do it in css? Further and forgive my not understanding, but could you please tell me what you meant by semantically bad not to. I really appreciate your quick reply and can't thank you enough.

  4. #4
    Join Date
    Nov 2007
    Location
    Maine USA
    Posts
    25
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Wanted to thank you Twey for your help.

  5. #5
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    tables are meant for formulated data such as your RATE displayer and as twey said would be bad semantics not using them... using tables as general layout is bad semantics.

    and you can thank him by pressing the under his post

  6. #6
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    As boogyman said. There's nothing wrong with using <table> where a table is required, and in fact it's the best choice -- using CSS to construct a table is as bad as using a table to construct a layout. The issue is using tables for layout, which is a purpose for which they were not intended, and one at which they perform considerably worse than CSS.

    Depending on the table, it can be possible to hack up a table-like structure using CSS. However, since IE doesn't yet support the display: table-cell property (which would also make table-like layouts much simpler), there are some that simply can't be done, and even where it can be done the resulting structure would be quite fragile.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  7. #7
    Join Date
    Nov 2007
    Location
    Maine USA
    Posts
    25
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Got it thank you. I did hit the thank you button as well. This website is great.. I hope one day to be a contributor to others in need of help as I travel this journey. One thing that did cross my mind is, if one can post a website completed by a user here for critique. I know thats probably asking a lot, but the feedback would be truly fantastic for one striving to "do it right"

    Regards
    Grey

  8. #8
    Join Date
    Nov 2007
    Location
    Maine USA
    Posts
    25
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    You folks are amazing.. It's one thing to get an answer, it's quite another to have one take the time to explain why.. Appreciate it.

  9. #9
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Certainly you can. Lots of people do. So long as it's not intentional advertising, you can post what you like.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  10. #10
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    Quote Originally Posted by Grey View Post
    You folks are amazing.. It's one thing to get an answer, it's quite another to have one take the time to explain why.. Appreciate it.
    Quote Originally Posted by some proverb
    give a man a fish, feed him supper, teach a man to fish feed him for a lifetime.
    or the american attitude
    Quote Originally Posted by unknown
    Give a man a fish; you have fed him for today. Teach a man to fish; and you can sell him fishing equipment.

    this forum is all about helping you, not just giving answers. Plus its alot easier to explain it once and pointing to it a bunch of times, then giving the answer a bunch of times.... so really we are just being greedy by saving ourselves the additional effort more of that New York style courtesy (I'll open the door for you so if you get jumped by a bunch of guys I will know to run the other way)


    the two things us americans are actually useful for... 1) greediness 1a) self-preservative humanitarian efforts

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •