HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
Tables.....
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Table
View previous topic :: View next topic  
Author Message
cvanamber



Joined: 01 Nov 2007
Posts: 1

PostPosted: Thu Nov 01, 2007 2:35 pm     Tables..... Reply with quote

Hi there I am very new at designing a webpage. I have html 4 for dummies...and it has worked pretty well. I have loaded my page and so far everything looks very basic. I need some help..


Can someone explain a to me what a table does? From my understanding it gives you a better layout for you page?

If so does anyone have a basic table I can use?
beginner.html



Joined: 02 Aug 2007
Posts: 365

PostPosted: Thu Nov 01, 2007 5:30 pm     Reply with quote

Yes, it also organizes the way you put information. For example :

CAT AGE BREED SEX AVG LIFE SPAN

This information can be put in the table to better separate each category.

Here is an example code for a table I have from a site I made:

<tr><td align="center" colspan=5>TURNS LEFT:<input type="button" value="10" name="left"></td>

<td colspan=5 align="center">TIME REMAINING:<input type="button" value="60" name="clock"></td>
<td colspan=3 align="center"><input type="button" value="Again" onclick="location='hangman.html';">
</td></form></tr></table>
sticks464



Joined: 31 Dec 2006
Posts: 1117

PostPosted: Fri Nov 02, 2007 7:28 am     Reply with quote

The purpose of a table is to contain tabular data like an excel spreedsheet, not for site layout. That's what x/html and css is for.
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Table All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial