Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Egidius Bakker   on Aug 13 In MS Office Category.

  
Question Answered By: Burke Martin   on Aug 13

The style  hierarchy is complex in this site. I would suggest that in your CSS
sheet you put

.x126, .x127{
color:#000000;
}

However the page  is so complex that I am not sure if that is overridden by a
later style somewhere.

The borders are more complex as they are overridden by inline styles.

You could try putting in the style declaration above:
"Border 2px solid black !important;" In fact you could also use the
!important declaration for the color as well (it overrides subsequent and
higher ranking styles) so the final style declaration would be

.x126, .x127{
color:#000000 !important;
Border 2px solid black !important;
}

Share: 

 

This Question has 3 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Excel on a web page Or get search suggestion and latest updates.


Tagged: