Results 1 to 5 of 5

Thread: CSS Design

  1. #1
    Senior Member Info Tech Geek's Avatar
    Join Date
    Jan 2003
    Location
    Vernon, CT
    Posts
    828

    CSS Design

    I want to create a listing of user's name, phone number, fax number and email. What would be the best method? Should I use lists or tables or is there a better option?

    NAME PHONE NUMBER FAX NUMBER EMAIL
    NAME PHONE NUMBER FAX NUMBER EMAIL
    NAME PHONE NUMBER FAX NUMBER EMAIL

    <found this: http://robertdenton.org/reference/css-tables-tutorial.html>
    Last edited by Info Tech Geek; March 22nd, 2009 at 12:31 AM.

  2. #2
    Banned
    Join Date
    Aug 2001
    Location
    Yes
    Posts
    4,424
    What platform is this for?

  3. #3
    Senior Member JPnyc's Avatar
    Join Date
    Jan 2005
    Posts
    2,734
    I'm assuming he wants to make an HTML document since he mentioned CSS. You can use whatever you want, definitions would work as would an unordered list.

  4. #4
    Banned
    Join Date
    Aug 2001
    Location
    Yes
    Posts
    4,424
    I asked the question because if he's using ASP, I would suggest something more elegant than trying to use CSS to format the data

  5. #5
    Senior Member Info Tech Geek's Avatar
    Join Date
    Jan 2003
    Location
    Vernon, CT
    Posts
    828
    I found the above link, was going to remove this thread but forgot. I ended up going with the contact table on the above link. Thanks.

Similar Threads

  1. IDS Design
    By Goz in forum IDS & Scanner Discussions
    Replies: 18
    Last Post: January 27th, 2006, 10:46 PM
  2. Software design
    By Black Cluster in forum Other Tutorials Forum
    Replies: 0
    Last Post: February 23rd, 2005, 08:07 PM
  3. The Importance of proper Analysis and Design
    By chsh in forum General Programming Questions
    Replies: 17
    Last Post: August 20th, 2004, 02:45 AM
  4. Advanced C++, generic programming & STL
    By progme in forum Other Tutorials Forum
    Replies: 11
    Last Post: November 2nd, 2003, 04:43 PM
  5. Newsprint to website
    By qwerty_smith in forum Web Development
    Replies: 3
    Last Post: July 20th, 2002, 10:04 PM

Posting Permissions

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