[ Back to Examples for Borders ] | [ Sample Pages Home ] |
function table_step_one () { var one = "</td></tr></table>" ; return ( one ) ; } function table_step_two () { var two = '<table bgcolor="white" border="0" width="100%"><tr><td width="' ; return ( two ) ; } function table_step_three () { var three = '"></td><td class="text" width="' ; return ( three ) ; } function table_step_four () { var four = '">' ; return ( four ) ; } function table_step_five () { var five = '</td><td width="' ; return ( five ) ; } function table_step_six () { var six = '"></td></tr></table><table><tr><td>' ; return ( six ) ; }
Document: http://
Revised: |