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

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
Thank you for voting.
Rate this Materials:
Bad 
1 2 3 4 5 Excellent
Browse Pages: << < 1  2  3  4  5  > >>
print this page subscribe to newsletter subscribe to rss

HTML is Hyper Text Markup Language that is used to make hypermedia and hypertext documents for the Web. More HTML and CSS: Most Popular Materials | Fresh Materials | More HTML Tutorials at Markuptutorials.com

Add comments to "Tricks using Tables"

Only registered users can write comment

No comments yet...