This page looks plain and unstyled because you're using a non-standard compliant browser. To see it in its best form, please upgrade to a browser that supports web standard_personals. It's free and painless.
Dave | 02 January, 2005 10:48
Here's a nice easy HTML tip for you - one you can use with your forms.
I'm referring to the TABINDEX element. TABINDEX allows you to control the order each item on your form is processed.
Here's the code:
<table width="50%" border="0"><tbody><tr><td><input type="text" tabindex="1" value="First" /></td></tr><tr><td><input type="text" tabindex="5" value="Fifth" /></td></tr><tr><td><input type="text" tabindex="3" value="Third" /></td></tr><tr><td><input type="text" tabindex="4" value="Fourth" /></td></tr><tr><td><input type="text" tabindex="2" value="Second" /></td></tr><tr><td><input type="text" tabindex="6" value="Sixth" /></td></tr></tbody></table></form>| « | October 2008 | » | ||||
|---|---|---|---|---|---|---|
| Su | Mo | Tu | We | Th | Fr | Sa |
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 |
| 12 | 13 | 14 | 15 | 16 | 17 | 18 |
| 19 | 20 | 21 | 22 | 23 | 24 | 25 |
| 26 | 27 | 28 | 29 | 30 | 31 | |