| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

How do I make one cell background color different from all the rest in my table

Page history last edited by harshman@wisc.edu 15 years ago

 

Comments (4)

Phil Levin said

at 11:00 pm on Apr 13, 2009

You can do this by assigning a class to the cells you want to have a different background color:

Go to the code view in Dreamweaver. Find the <td> directly preceding any cells you want to add a background color to. Change <td> to <td class="coloredbkg">

Now go back to design view. Add a new CSS style to your site named .coloredbkg (the period IS necessary). Change the background color any any other parameters.

Jake Langbecker said

at 1:42 pm on Apr 14, 2009

I tried this and in dreamweaver the cells i wanted to be red are red but when i try to look at it in a browser there is no color. (everything is saved recently, there is a # sign before the color)

Phil Levin said

at 1:52 pm on Apr 14, 2009

Hmmm... make sure you have the "" around your class in the code and that the browser is refreshed.

If that doesn't fix it, you can always send us a link yo your site on your mywebspace and we can look at the code...

Kathleen Culver said

at 6:43 pm on Apr 14, 2009

Hmmm. Try this:
- click inside the cell
- in the tag selector at the bottom of the document window, select the <td> tag
- in the properties palette, set format to none and class to none
- in the properties palette, find the setting labeled Bg
- click on it and choose a color
If this does not work, e-mail me the URL for the problematic page

You don't have permission to comment on this page.