![]() |
|
|
|||||||
| Website Development Web development programming languanges, HTML, PHP, MySQL and design support. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Administrator
|
How to Create an HTML Table
Creating a table can be a tough thing to visualize, so I'll attempt to map this out with an example. This is the basics, borders are on to show the shape.
First let's do a simple box. Nothing special, a table of one row and one column. PHP Code:
PHP Code:
Now let's do a two row two column table. Much more useful. PHP Code:
PHP Code:
Recap: 1)-Open the table. 2)-Open a Row. 3)-Open and close the columns. 4)-Close the Row. 5)-Close the table. Repeat 2-3-4 to make multiple rows while repeating 3 in each for the desired columns. Here is a working example... HTML Table How To
__________________
Computers and Accessories Computer Manuals Riderinfo Connect for Bikers Ad Revenue - Sell link space on your website and profit. |
|
|
|
|
|
#2 |
|
Senior Member
Join Date: Jul 2005
Posts: 189
|
Thanks Noppid, that is a great piece of work, you should continue on with this tutorial.
|
|
|
|
|
|
#3 |
|
Senior Member
Join Date: Jan 2006
Location: NE Ohio
Posts: 189
|
Tables are fun... and can be confusing at times. I have to take my time, block out any distractions and really pay attention, or I can get so lost while coding them, it's pathetic.
This is an excellent tutorial noppid, kudos. |
|
|
|
|
|
#4 |
|
Administrator
|
Good to see this html table tutorial is helpful. Thanks for the comments.
__________________
Computers and Accessories Computer Manuals Riderinfo Connect for Bikers Ad Revenue - Sell link space on your website and profit. |
|
|
|
|
|
#5 |
|
Junior Member
Join Date: Jan 2009
Posts: 2
|
you just need some codes to generate like you in the first post ...
Last edited by Greg; 01-24-2009 at 09:17 AM. |
|
|
|
|
|
#6 |
|
Banned
Join Date: Jan 2009
Posts: 1
|
Hi
Hello,
how to install php and html on web pagee can anyone tell me?? Last edited by Greg; 01-30-2009 at 12:23 PM. |
|
|
|
|
|
#7 |
|
Junior Member
Join Date: Aug 2009
Posts: 4
|
Advice
Thanks a lot for this suggestion as it will help many people who are no so tech knowing people.
|
|
|
|
|
|
#8 |
|
Junior Member
Join Date: Oct 2011
Posts: 4
|
Thanks a lot for this tutorial, tables always seem to confuse me for some reason. This thread does make them a bit easier to comprehend. I really appreciate it.
|
|
|
|
|
|
#9 |
|
Junior Member
Join Date: Feb 2013
Posts: 1
|
This is such an interesting and informative sharing about How to Create an HTML Table. Now you make it easy for me to understand and implement the concept.
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| HTML Form Usage | tubago | Website Administration | 5 | 06-09-2005 08:36 PM |
| Learning HTML | PATHOS | Website Administration | 6 | 04-25-2005 07:41 AM |
| Cannot create working shortcuts to desktop | JjEjFjF | Computer Help for Beginners | 4 | 04-04-2005 08:48 PM |