Coloured cells

Last post 03-18-2011, 5:28 PM by bassman. 4 replies.
Sort Posts: Previous Next
  •  03-17-2011, 2:22 PM 66721

    Coloured cells

    I´m creating tables with 2-4 columns and 10-20 rows. 
     In one or more columns I will add one colour. Then I have to add the colour in each cell.
    For each cell there is five choices before you can add the colour to the cell. It takes time to add colour in all cells in all tables.
    Are there any easy way to add colours in tablecells?


    Thank you

  •  03-18-2011, 8:25 AM 66740 in reply to 66721

    Re: Coloured cells

    Dear bassman,
     
    Please follow steps:
    1. Open file "\cuteeditor_files\Style\ToggleBorder.css"
    2. Change
    TD
    {
     border:dotted 1px #7F7C75;}
     
    to
     
    TD
    {
     border:dotted 1px #7F7C75;color:red;
    }
     
    3. Test it again.
     
    Thank you for asking
  •  03-18-2011, 3:25 PM 66746 in reply to 66740

    Re: Coloured cells

    Thank you Eric!
     
    I followed your steps and instead of red I put in PapayaWhip.
    How can I see the result - is the colour inserted in the colourexamples or?
    Thank you!
     
    Tony (Bassman)
  •  03-18-2011, 3:54 PM 66748 in reply to 66746

    Re: Coloured cells

    Dear bassman,
     
    Please create one table and then input text in table cell, you will find text will be red color.
     
    You can change the table cell style based on your actual requirement.
     
    Thank you for asking
  •  03-18-2011, 5:28 PM 66750 in reply to 66748

    Re: Coloured cells

    It´s not the text I want in color. I am colouring the background of all cell in left column and no background color in the right column
View as RSS news feed in XML