M MrCodeDude Lifer Jun 23, 2001 13,674 1 76 Mar 22, 2002 #1 Like this: Text What is the HTML code behind that? -- mrcodedude
G gopunk Lifer Jul 7, 2001 29,239 2 0 Mar 22, 2002 #2 this is how i learned HTML back in the day, right click, view source: Like this: <font color=white style="background-color: 3E3E3E;">Text</font ft> What is the HTML code behind that? <b>-- mrcodedude</b>
this is how i learned HTML back in the day, right click, view source: Like this: <font color=white style="background-color: 3E3E3E;">Text</font ft> What is the HTML code behind that? <b>-- mrcodedude</b>
J jjones Lifer Oct 9, 2001 15,424 2 0 Mar 22, 2002 #3 It's a style tag; part of CSS (Cascading Style Sheets). Here's the code for it that you can place in your font tag: style="background-color: 3E3E3E;" example: <font color=white style="background-color: 3E3E3E;">Text</font>
It's a style tag; part of CSS (Cascading Style Sheets). Here's the code for it that you can place in your font tag: style="background-color: 3E3E3E;" example: <font color=white style="background-color: 3E3E3E;">Text</font>
J jjones Lifer Oct 9, 2001 15,424 2 0 Mar 22, 2002 #4 << this is how i learned HTML back in the day, right click, view source: >> LOL, yeah, I think we all learned a bit that way.
<< this is how i learned HTML back in the day, right click, view source: >> LOL, yeah, I think we all learned a bit that way.