Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
center align table with css
Old 09-25-2005, 06:55 PM center align table with css
Guerrilla's Avatar
Ultra Talker

Posts: 424
Trades: -1
hello,

I am trying to centrally align a table using CSS but have hit a wall, i cant seem to find the right syntax or even a reference in my css reference guide.

I could set a left hand margin but i would like this css class to apply to different pages where the margin setting would be different to make the table appear central.

Anyone got any ideas?
Guerrilla is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 09-25-2005, 07:09 PM
praveen's Avatar
Life is a Dream

Posts: 3,591
Name: Praveen
Location: Chennai, India
Trades: 0
assign a width to the table and then set the right and left margins to auto and it will automatically center the table.

table {
width : 780px;
margin-right: auto;
margin-left: auto;
}

done..

just change the width and the id
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
praveen is offline
Reply With Quote
View Public Profile
 
Old 09-26-2005, 03:23 PM
Extreme Talker

Posts: 169
Trades: 0
using width 770px will remove horizotal scroll bars in 800 x 600 resolution.
__________________

Please login or register to view this content. Registration is FREE

TOP 10 WEB HOSTS COMPARED

BEST RESELLER HOSTING
john551 is offline
Reply With Quote
View Public Profile
 
Old 09-26-2005, 08:24 PM
Guerrilla's Avatar
Ultra Talker

Posts: 424
Trades: -1
Thanks! Did the trick
Guerrilla is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to center align table with css
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

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





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.21754 seconds with 12 queries