Jump to content

Css De Tabloyu Ortolama


Recommended Posts

arkadaşlar dreamweaver da 850px uzunluğunda tabla oluşturuyoruz ve bunun içine işte resim yazı vs yazıyoruz ve bunuda center ile oratlıyoruz yani tasarladığımız web sitesi tam ortada görünüyor peki bunu css de hangi komutla yapıyoruz veya bunun yöntemi nedir...
Link to comment
Share on other sites

[html]
<html>
<head>
<style>
table.tablo{ margin: 0px auto; }
</style>
</head>
<body>
<table class="tablo" width="500" height="500" border="1">
</table>
</body>

</html>
[/html]


kısacası margin left ve margin right ı auto yapıp ortalamsını sağlıyoruz

Edited by Kazım
Link to comment
Share on other sites

[quote name='Kazım' date='05 January 2012 - 21:28 ' timestamp='1325798913' post='1136208']
[html]
<html>
<head>
<style>
table.tablo{ margin: 0px auto; }
</style>
</head>
<body>
<table class="tablo" width="500" height="500" border="1">
</table>
</body>

</html>
[/html]


kısacası margin left ve margin right ı auto yapıp ortalamsını sağlıyoruz
[/quote]

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...