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!
Centering
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Table
View previous topic :: View next topic  
Author Message
fallencomputerouch



Joined: 08 Mar 2005
Posts: 5
Location: Canada

PostPosted: Sun Mar 13, 2005 4:38 pm     Centering Reply with quote

say im trying to center all of my seperate tables, do I have to add the <center> to all of them? or is there a simple way to do this? i keep trying and ntohing is happening! my skills at this suck, lol, help me please!
thanks Very Happy
Corey Bryant



Joined: 15 May 2004
Posts: 8154
Location: Castle Rock CO USA

PostPosted: Sun Mar 13, 2005 5:19 pm     Reply with quote

You can use CSS (in the <HEAD>)
Code:
<style type="text/css">
table
{
   text-align: center;
}
</style>
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
 
HOSTING / DESIGN
MAKE MONEY

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