User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the HTML and CSS section within the Web Development category of DaniWeb, a massive community of 423,879 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 4,170 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our HTML and CSS advertiser: Lunarpages Web Hosting
Views: 7942 | Replies: 2
Reply
Join Date: Jun 2005
Posts: 10
Reputation: cynch is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 0
cynch cynch is offline Offline
Newbie Poster

Help Table in center of page?

  #1  
Jun 21st, 2005
How can i get a table to be placed in the center of the page? I can only get it to the middle.
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Dec 2004
Posts: 1,590
Reputation: tgreer is an unknown quantity at this point 
Rep Power: 7
Solved Threads: 35
Colleague
tgreer tgreer is offline Offline
Made Her Cry

Re: Table in center of page?

  #2  
Jun 21st, 2005
Two techniques for you:

Put your ENTIRE TABLE into an outer table, with one row, and one cell. Set that cell to "align=center":

<html>
<head></head>
<body>
<table>
<tr>
<td align="center">

<!- your inner table HERE ->

</td>
</tr>
</body>
</html>

The second technique is to assign a proper doctype (you need to learn about doctypes), and use CSS. The CSS style, applied to your main containers (like the body tag) would be "margin: 0 auto". This means "0" top margin, and "automatic" left/right margins.
Reply With Quote  
Join Date: Jun 2005
Posts: 10
Reputation: cynch is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 0
cynch cynch is offline Offline
Newbie Poster

Re: Table in center of page?

  #3  
Jun 21st, 2005
thankx for your help
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

DaniWeb HTML and CSS Marketplace
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes

Similar Threads
Other Threads in the HTML and CSS Forum

All times are GMT -4. The time now is 4:35 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC