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!
Alignment of the whole tabel.
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Table
View previous topic :: View next topic  
Author Message
landa



Joined: 22 Nov 2007
Posts: 2

PostPosted: Thu Nov 22, 2007 2:44 pm     Alignment of the whole tabel. Reply with quote

Hi!

I'm new with the whole html stuff.
I've a problem that when I try to place in the table
in the middle of the page it doesn't appear there.
My code is :

<table border="3" frame="rows" rules="None" width="50%" height="50%" valign="middle" align="center"
cellspacing="10" cellpadding="10">
<tr>
<td>bla</td>
</tr>
</table>

Thanks for the help.
Alex.
beginner.html



Joined: 02 Aug 2007
Posts: 365

PostPosted: Thu Nov 22, 2007 3:45 pm     Reply with quote

Where in your HTML is your table code? Try cut/pasting it to the top of the page.
sticks464



Joined: 31 Dec 2006
Posts: 1283

PostPosted: Thu Nov 22, 2007 5:15 pm     Reply with quote

If you want it aligned center vertically and horizontally put this in your head section
Code:
<style type="text/css">
<!--
table {
position:absolute;
left:50%;
top:50%;
margin-left:-25%;
}
-->
</style>


If you just want it centered horizontal
Code:
<style type="text/css">
<!--
table {
margin:0 auto;
}
-->
</style>


Last edited by sticks464 on Fri Nov 23, 2007 8:03 am; edited 1 time in total
landa



Joined: 22 Nov 2007
Posts: 2

PostPosted: Fri Nov 23, 2007 5:40 am     Thanks,but is there an html answer also? Reply with quote

Thanks for the answer, I didn't get to the css part yet.

Alex.
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