Learn HTML step-by-step from A to Z or improve your professional skills.  Home HTML and CSS Tutorials Tricks using Tables

Tricks using Tables

Browse Pages: << < 1  2  3  4  5  > >>

Example

THIS TABLE IS OUR TITLE AREA
 
In this example, the black region above is one table, and this table contains this text. By setting CELLPADDING, BORDER, and CELLSPACING all to 0 (ZERO), I can get a clean result!
 

Source Code

<TABLE WIDTH="400" CELLPADDING=0 CELLSPACING=0 BORDER=0 BGCOLOR="#000000">
<TR>
<TD>
<CENTER>
<FONT SIZE="3" COLOR="#EEEEEE" FACE="ARIAL">
<B>THIS TABLE IS OUR TITLE AREA</B></FONT>
</CENTER>
</TD>
</TR>
</TABLE>

<TABLE CELLPADDING=0 BORDER=0 CELLSPACING="0" WIDTH="550" BGCOLOR="#66FFCC">
<TR>
<TD>
&nbsp;<BR>
In this example, the black region above is one table, and this table contains this text. By setting CELLPADDING, BORDER, and CELLSPACING all to 0 (ZERO), I can get a clean result!
<BR>
&nbsp;
<BR>

</TD>
</TR>
</TABLE>

See Also:



Author's URL: Jeff Singer
Browse Pages: << < 1  2  3  4  5  > >>
Learn HTML step-by-step from A to Z or improve your professional skills. More Tutorials: Featured Materials | Fresh Materials | More HTML Tutorials at Markuptutorials.com

No comments yet...
Add comments to "Tricks using Tables"

Captcha