Beenden
  • Globale Community
    • Sprache:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티

Where to change inside cell background color?

Entdecker ,
Mar 24, 2018 Mar 24, 2018

I'm working on adding new, textured, background colors to my site. On my home page at Suzette Boulais: Home Page, I can't find where the original web designer added the color to these two solid colored cells that I'm trying to change to a textured color. Every time I try to click on the cells to change the background color, it changes the entire background of the entire page.

Thanks for any thoughts you might have about how to add a new textured color using CSS to these two cells I'm showing outlined in yellow (as working in HTML somehow escapes me).

cells.jpg

588
Übersetzen
Melden
Community-Richtlinien
Seien Sie freundlich und respektvoll, geben Sie die ursprüngliche Quelle der Inhalte an und suchen Sie vor dem Absenden Ihres Beitrags nach Duplikaten. Weitere Informationen
community guidelines

correct answers 1 richtige Antwort

Community Expert , Mar 24, 2018 Mar 24, 2018

Open your site in Chrome or Firefox

Right click the colored background

Choose Inspect Element

You will see what css and html attributes affect your elements there.

It appears to be set within html bgcolor attributes of your <td> tags...

<td colspan="2" bgcolor="#070C0F"><div align="center" class="style16"> SuzetteBoulais.com </div></td>

Übersetzen
Community Expert ,
Mar 24, 2018 Mar 24, 2018

Open your site in Chrome or Firefox

Right click the colored background

Choose Inspect Element

You will see what css and html attributes affect your elements there.

It appears to be set within html bgcolor attributes of your <td> tags...

<td colspan="2" bgcolor="#070C0F"><div align="center" class="style16"> SuzetteBoulais.com </div></td>

Übersetzen
Melden
Community-Richtlinien
Seien Sie freundlich und respektvoll, geben Sie die ursprüngliche Quelle der Inhalte an und suchen Sie vor dem Absenden Ihres Beitrags nach Duplikaten. Weitere Informationen
community guidelines
Entdecker ,
Mar 24, 2018 Mar 24, 2018
AKTUELL

Thank you, Jon. I'll see if and how I can change the backgrounds here. I am very appreciative of all the help I'm getting here on this forum from all of you.

Übersetzen
Melden
Community-Richtlinien
Seien Sie freundlich und respektvoll, geben Sie die ursprüngliche Quelle der Inhalte an und suchen Sie vor dem Absenden Ihres Beitrags nach Duplikaten. Weitere Informationen
community guidelines