Exforsys

Online Training

Sample table code please.

This is a discussion on Sample table code please. within the Html forums, part of the Programming Talk category; Could some one tell me a simple table code. Thanks...


Go Back   Exforsys > Programming Talk > Html

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 10-11-2006, 12:00 PM
Junior Member
 
Join Date: Sep 2006
Posts: 5
meganapriya is on a distinguished road
Sample table code please.

Could some one tell me a simple table code.

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 10-12-2006, 02:44 PM
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 02:50 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-09-2007, 06:35 AM
Senior Member
 
Join Date: Apr 2006
Posts: 153
cyrus is on a distinguished road
Thanks for the code. I tried this and could get the concept clearly. Magana did you try this. If not try it out this is a good example for getting the concept asked by you.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new questions
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Import EXCEL Data into QTP Global Data Table venkata krishnamurthy t Software Testing 7 12-09-2007 10:59 PM
Sample PHP code shows Blank Page Guptha_S PHP 4 12-18-2006 01:23 AM
SQL Server FAQ Limca SQL Server 1 04-27-2006 05:25 PM
Geometrics - GSSL Sample Paper 2 JobHelper Placement Papers 0 05-04-2005 08:54 AM
Having multiple varchar2 columns in a single table acpreddy Oracle Tutorials 2 02-01-2005 03:33 PM


All times are GMT -4. The time now is 05:51 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2004 - 2007 Exforsys Inc. All rights reserved.