CodeAve.com CodeAve.com - HTML - Tables
ASP
JavaScript
CSS
HTML
·Forms
·Hyperlinks
·Headers
·Images
·Tables
·Text Display
·Miscellaneous
·Contents
·What's New?
Maps
Links
Mail List
Search
Sitemap


 


Table Alignment
Tables can be aligned to the left, right or center. Without an alignment command a table will default to display on the left side of the browser. Elements within the table can be manipulated further regardless of the table alignment.
View the Output
Text View
Print View
Mail this Link
Download the Code

<html>
<title>
CodeAve.com (Table Alignment)</title>
<body bgcolor=
"#FFFFFF">

<table width="200" align="left" border="1">
<tr><td>
Table aligned to the left
</td></tr>
</table>

<p>&nbsp;</p>

<table width="200" align="center" border="1">
<tr><td>
Table aligned to the center
</td></tr>
</table>

<p>&nbsp;</p>

<table width="200" align="right" border="1">
<tr><td>
Table aligned to the right
</td></tr>
</table>

</body>
</html>

 

 

 



ASP: What's New? | Articles | Script Writers | Database Display | Read/Write
Server Variables | Response Objects | Random Events | Miscellaneous
HTML: Forms | Hyperlinks | Headers | Tables | Hyperlinks | Headers | Text Display
JavaScript: Document Info | Forms | Images | Navigation | Script Writers
CSS: Basics | Page Display | Text Display | Script Writers | Miscellaneous
Links | Search Engine db |  Privacy Statement |  Advertising Rates |  Email

CodeAve.com is hosted by MyHosting.com
Donate Food Online with a Mouse Click at TheHungerSite.com
Donate Land Online with a Mouse Click at TheRainForestSite.com
© 1999 - 2010 CodeAve.com
All Rights Reserved