View Single Post

  #2 (permalink)  
Old 10-12-2006, 03:44 PM
nskr10 nskr10 is offline
Junior Member
 
Join Date: Oct 2006
Posts: 3
nskr10 is on a distinguished road
try this. copy and paste it in notepad/any editor. save as sample.html.

< html >
< table border="1" >
< tr > -- table row start
< td > hello< /td > -- table column
< /tr > --table row end
< /table >
< /html >

example :
< html >
< table border="1" >
< tr > < td > < font color=blue > Name < /font > < /td > < td > < font color=blue > Job < /font > < /td > < /tr > < tr > < td > < font color=gray > nskr< /font > < /td > < td > < font color=gray >
Programmer< /font > < /td > < /tr > < /table > < /html >

Hope you will get an idea.

Thanks
NSKR

Last edited by nskr10; 10-12-2006 at 03:50 PM.
Reply With Quote