Skip to main content
Participating Frequently
March 6, 2023
Question

CHANGING THE COLOR OF CELLS IN A DW TEMPLATE

  • March 6, 2023
  • 3 replies
  • 980 views

I am attempting to change the colr of specific cells in a DW Template. So far I am not finding a way to accomplish this - - - Thanks

    This topic has been closed for replies.

    3 replies

    Nancy OShea
    Community Expert
    Community Expert
    March 6, 2023

    A better question is why are you using TABLES? 

    Tables are for displaying tabular data in columns & rows like charts & spreadsheets.  We don't use them for web page layouts.  That's all done with CSS now.

     

    Nancy O'Shea— Product User & Community Expert
    Participating Frequently
    March 9, 2023

    Thank you Nancy - - - 

    You have been kind enough to respond to many previous questions - - 

    If I want convert my web pages  - using CSS - does this mean starting over..?

    Any shortcuts..?   Mac

    Nancy OShea
    Community Expert
    Community Expert
    March 9, 2023
    quote

    If I want convert my web pages  - using CSS - does this mean starting over..?

    Any shortcuts..?   Mac


    By @Mac Martin

    ===========

    You're welcome.  Yes.

    See my reply above.

    https://community.adobe.com/t5/dreamweaver-discussions/changing-the-color-of-cells-in-a-dw-template/m-p/13639104#M223710

     

    Nancy O'Shea— Product User & Community Expert
    Jon Fritz
    Community Expert
    Community Expert
    March 6, 2023

    You'll need to create a class in your stylesheet with a background-color of your choosing, for example....

    .blue_bg {
    background-color:blue;
    }

    Then select the element you want to add it to, in Live or Design View, and choose it from the class dropdown menu in the Properties Window...

     

    BenPleysier
    Community Expert
    Community Expert
    March 6, 2023

    I cannot recollect any of the DW Templates having cells, let alone cells with colour. Please enlighten me.

    Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
    B i r n o u
    Legend
    March 6, 2023

    @BenPleysier I think that @Mac Martin talks about DW templates, (DWT templates)

    BenPleysier
    Community Expert
    Community Expert
    March 6, 2023

    Hi @B i r n o u, you are probably right, but we have no way of knowing. The OP needs to supply more info.

    Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!