= < font color="green" > just insert the color of choice (red,orange,yellow,green,blue cyan,black,white)
d. Combining text modifiers just add them together < b >< i > .... < /b >< /i >
4. Aligning text:
Right alignment: TEXT HERE
Center alignment: TEXT HERE
Left alignment: TEXT HERE
The key text is: < p style="text-align:XXX" > < /p > where XXX = right, center, or left
5. Tables (yes, Tables!)
ACOR | 21.70 | 9/4/2009 | 4:00pm | 0.18 | 21.85 | 22.00 | 21.45 | 229709 |
ARTG | 3.98 | 9/4/2009 | 4:00pm | 0.05 | 3.85 | 3.98 | 3.85 | 1773342 |
ATSI | 2.66 | 9/4/2009 | 4:00pm | -0.01 | 2.68 | 2.69 | 2.60 | 262302 |
CA | 21.45 | 9/4/2009 | 4:00pm | 0.58 | 20.80 | 21.48 | 20.59 | 7861380 |
CCK | 24.84 | 9/4/2009 | 4:01pm | 0.24 | 24.71 | 25.02 | 24.46 | 901191 |
DL | 7.70 | 9/4/2009 | 4:00pm | 0.10 | 7.70 | 7.87 | 7.57 | 28799 |
DLB | 36.97 | 9/4/2009 | 4:03pm | -0.02 | 37.22 | 37.27 | 36.68 | 658999 |
ESLR | 1.68 | 9/4/2009 | 4:00pm | -0.02 | 1.69 | 1.7 | 1.64 | 3617815 |
FHCO | 5.97 | 9/4/2009 | 4:00pm | 0.27 | 5.80 | 6.19 | 5.68 | 182659 |
JCOM | 21.23 | 9/4/2009 | 4:00pm | 0.19 | 21.05 | 21.25 | 20.80 | 286576 |
NFLX | 40.95 | 9/4/2009 | 4:00pm | 0.66 | 40.08 | 41.14 | 40.00 | 1220229 |
You don't even want to see the code for this - it's not worth the time.
A simpler method is to put "&/nbsp" without the quotes or the slash 4 or 5 times between elements in a row:
Date Open High Low Close Volume Adj Close*
4-Sep-09 1.52 1.56 1.52 1.55 49,272,800 1.55
3-Sep-09 1.55 1.55 1.48 1.51 44,265,200 1.51
2-Sep-09 1.47 1.56 1.45 1.49 80,491,200 1.49
1-Sep-09 1.74 1.75 1.49 1.50 191,202,300 1.50
31-Aug-09 1.70 1.94 1.61 1.76 332,270,500 1.76
This doesn't line up all that well, but it makes data a lot clearer to see and understand
Hope this helps.