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: << < 6  7  8  9  10  > >>

Example

This is the first column of text. We make the line by creating three extra empty cells. The first is 10 pixels, the second is 2 pixels, and the third is 10 pixels. Now we are in the second column. The line is created by setting a GIF image to the length and height We want. Take a look at the source code below.

Source code

<TABLE BORDER="0">
 <TR>

 <TD WIDTH="250">
 This is the first column of text.
 We make the line by creating three
 extra empty cells. The first is
 10 pixels, the second is 3 pixels,
 and the third is 10 pixels.
 </TD >
 <TD WIDTH="10"></TD>
 <TD WIDTH="3">
 	<IMG SRC="black.gif" HEIGHT="75" WIDTH="3">
 </TD>
 <TD WIDTH="10"></TD>

 <TD WIDTH="250">
 Now we are in the second column.
 The line is created by setting
 a GIF image to the length and height
 We want. Take a look at the source 
 code below. 
 </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: << < 6  7  8  9  10  > >>
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...