• Hi All,

    I need to have a setting such that when using PRE tag, the text is highlighted in a Blue Box. How do I do it.

    Thanks
    Amit

Viewing 2 replies - 1 through 2 (of 2 total)
  • open style.css
    write this in a place you will find if you need ??

    pre{background-color:blue; color:inherit;}

    instead of blue you could use the color you would like to have,

    #fff =white

    regards

    Thread Starter askoracledba

    (@askoracledba)

    I will try it out. Thanks a Lot.

    Regards
    Amit

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help regarding PRE tags’ is closed to new replies.