Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Web Design (WordPress, Joomla, etc.) Formatting text in a dreamweaver CS5 table

  • Fernando Mol

    February 16, 2012 at 2:37 am

    OK. You are using a SpryTooltip. This changes the panorama, because you probably have an specificity problem.

    This is the rule that is defining the color of the text in your table:

    #SongLinerNotes td {
    color:#333;
    }

    What you want is to change the color of the text in some table cells.

    You need to create a class for them. So, to avoid any specificity problems, add a very specific compound rule for the class in that table. Something like this:

    #SongLinerNotes td .differentcolor {
    color:#666;
    }

    Then, add the class to the table cells you need to have it.

    That should work

  • Ross Smith

    February 21, 2012 at 8:57 am

    Edit the table using Add or edit accessibility. We make good use of it at mikannie.com.au

  • Douglas Welbar

    September 15, 2014 at 6:55 am

    try this…CSS Formatting on Tables

    Douglas

Page 2 of 2

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy