Results 1 to 8 of 8
  1. #1
    Join Date
    May 2006
    Posts
    64
    Plugin Contributions
    3

    Default previous orders table ??

    guys, just a guick question,

    I am trying to display the previous orders table in myaccount to show as grid, I want to show each cell borders. (gray)

    I have added the following to my Stylesheet

    #prevOrders {
    border: 1px solid gray;
    }

    but this will draw a box around the whole table!!

    can any one help please?

  2. #2
    Join Date
    May 2006
    Posts
    64
    Plugin Contributions
    3

    Default Re: previous orders table ??

    any one know how to do it ?

  3. #3
    Join Date
    Apr 2006
    Location
    Sofia, Bulgaria
    Posts
    203
    Plugin Contributions
    0

    Default Re: previous orders table ??

    where is this "#prevOrders"
    Paste some link to see it in place and make a test user
    Negative feelings were burned by the progressive increase of Euphoria

  4. #4
    Join Date
    May 2006
    Posts
    64
    Plugin Contributions
    3

    Re: previous orders table ??

    I can't show it because you need to have an account in my store, with some orders history.

    but let me say the question in another way, how do you use the stylesheet to change the color of "previous orders" table cells borders?

    if you are using firefox with developer tools, show class and Id for that page, it says the table class is #prevOrders

    but changing the color of #prevOrders border will just change the color of the outter border of the whole table, not the table cells.

  5. #5
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: previous orders table ??

    I think something like #prevOrders tr {border: whatever} will work.

    This should make the border apply to table records (or maybe you want td) under id prevOrders.

  6. #6
    Join Date
    Apr 2006
    Location
    Sofia, Bulgaria
    Posts
    203
    Plugin Contributions
    0

    Default Re: previous orders table ??

    nope

    #prevOrders td {
    border: 1px solid #cccccc;
    text-align: center;
    }
    td its for to include and the sub tables
    tr it dosent matter in this case


    RAdoslav
    Negative feelings were burned by the progressive increase of Euphoria

  7. #7
    Join Date
    May 2006
    Posts
    64
    Plugin Contributions
    3

    Default Re: previous orders table ??

    sicness, thanks for your kind attention,

    I got it right since your first reply, however, I have just got to know what is td and tr.

    I am learning by practicing, I believe this is the best way to learn any things

    cheers.

    Yabora.

  8. #8
    Join Date
    May 2004
    Location
    Hong Kong
    Posts
    1,291
    Plugin Contributions
    1

    Default Re: previous orders table ??

    It may be some improvement.
    Border conflict resolution

    And the basic - 17.1 Introduction to tables

    .
    A New Starter again

 

 

Similar Threads

  1. v139h My Account >Previous Orders
    By traytray in forum General Questions
    Replies: 10
    Last Post: 3 Oct 2020, 02:02 AM
  2. what happens to current / previous CC orders...
    By Muzz in forum Upgrading from 1.3.x to 1.3.9
    Replies: 4
    Last Post: 14 Dec 2010, 09:03 AM
  3. Quick Order from Previous Orders
    By ALFO in forum Managing Customers and Orders
    Replies: 5
    Last Post: 27 Nov 2007, 09:56 AM
  4. Address not showing on previous orders
    By francocauter in forum Managing Customers and Orders
    Replies: 0
    Last Post: 29 Aug 2007, 11:38 AM
  5. Does changing default currency affect previous orders? coupons? super orders?
    By apemusic in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 2
    Last Post: 21 Apr 2007, 01:53 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
  •  
disjunctive-egg