Jump to content

How Do I Forget This?


ChidoriSoul

Recommended Posts

Can someone give me the code to display colors in HTML. I need them in a table, and here is my code

<td><div style="text-align: center">-Pokepets<br />-New Signatures<br />-$ changed to WC<br />-Egg Shop<br />-Playroom<br />-Special Swap<br />-Areas Opened<br />-Chat box</div></td>

I am trying to get it around the text

Link to comment
Share on other sites

<font color="color">?you should use CSS instead though, the <font> tag has been deprecated in modern HTML. you really couldn't have looked that up?

Link to comment
Share on other sites

Guest FirefoxRocks

Do you mean changing the colour of the text?

<td style="text-align: center; color: blue">-Pokepets<br />-New Signatures<br />-$ changed to WC<br />-Egg Shop<br />-Playroom<br />-Special Swap<br />-Areas Opened<br />-Chat box</td>

This will make your text blue.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...