-
Step 1
Start Notepad or another text editor and open the HTML document containing the table you want to change.
-
Step 2
Locate the string of text in your table you want to change to a different color.
-
Step 3
Insert <font color="colorname"> before the text, where "colorname" is the name of the color you want the text to be. Use the </font> tag after the string of text. For example: "<font color="purple">Purple Text</font>."
-
Step 1
Start Notepad or another text editor and open the HTML document containing the table you want to change.
-
Step 2
Locate the table row you want to change to a different color.
-
Step 3
Place your text insertion point in the <tr> tag of the table row you want to change and alter it to <tr style="color:colorname">, where "colorname" is the color you want the text to be. For example: "<tr style="color:purple">."
-
Step 1
Start Notepad or another text editor and open the HTML document containing the table you want to change.
-
Step 2
Locate the table you want to change to a different color.
-
Step 3
Place your text insertion point in the <table> tag of the table you want to change and alter it to <table style="color:colorname">, where "colorname" is the color you want the text to be. For example: "<table style="color:purple">."








