cordoprod Posted November 9, 2008 Share Posted November 9, 2008 Hi. I need some help, maybe it's very easy but i dont know how. I want to place a table (not its content) in the middle of the page. I know how to center it but not how to vertical center it so its in the middle vertically too. Any help? Quote Link to comment Share on other sites More sharing options...
BoltZ Posted November 12, 2008 Share Posted November 12, 2008 Vertical Alignment CSS Check it out. This stuff is all easily googled. Quote Link to comment Share on other sites More sharing options...
blozano Posted November 22, 2008 Share Posted November 22, 2008 cordoprod if you dont want to go with the css method you can always use the <br> (break) code. by doing this it will move your table down one line for every break code you enter. i use this on the sites that i use, and is the way i taught myself. good luck. B Lozano Quote Link to comment Share on other sites More sharing options...
BoltZ Posted November 22, 2008 Share Posted November 22, 2008 You shouldn't use <br /> for layout purposes. Its better to use padding or margins. It is also more precise then <br /> since different browsers can display the <br /> differently Quote Link to comment Share on other sites More sharing options...
ricmetal Posted November 23, 2008 Share Posted November 23, 2008 This stuff is all easily googled. yeah this is how i google: vertical align tables css tables vertical align css css table vertical align its simple! google retrieves the answers sometimes on the description under the website links Quote Link to comment Share on other sites More sharing options...
BoltZ Posted November 23, 2008 Share Posted November 23, 2008 Can't blame the algorithm Quote Link to comment Share on other sites More sharing options...
dropfaith Posted November 23, 2008 Share Posted November 23, 2008 http://phrogz.net/CSS/vertical-align/index.html Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.