where is this "#prevOrders"
Paste some link to see it in place and make a test user
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
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.
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.
nope
td its for to include and the sub tables#prevOrders td {
border: 1px solid #cccccc;
text-align: center;
}
tr it dosent matter in this case
RAdoslav
Negative feelings were burned by the progressive increase of Euphoria