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