FAQ FAQ | Forum Rules and Policies Forum Policies
 
Memberlist Member List | Community Community

Navigation

Home
Tutorials

Sell Your Website
References
Web design tips
Dating
Graphic Design tips
Search Engine Promotion
User-Agent database
About the Internet
Web Technology
Web Screenshot Archive
Our Newsletter
Search

Free Stuff
Free graphics
Free desktop wallpaper
Free HTML templates
Free scripts

Free web-based tools
Graphic Design Contest
Affordable Web Hosting
Educational Toys
Diaper Cake

Services
Learning Toys
Services summary
Web design services
Web design packages
Logo design services
Graphic design services
Pricing
Portfolio
Custom Website Design
Unique Baby Gifts

Inside i.D.
Our partners
Advertise
Site Map
FAQ
Contact
About

Table Tutorials - Part 2

So lets put some data into our table we made.

Hi Image or text here  
    Hello

 

The source would now look like this:

<table width="80%" border="1" cellspacing="0" cellpadding="0">
<tr>
<td>Hi</td>
<td>Image or text here</td>
<td>></td>
</tr>
<tr>
<td></td>
<td></td>
<td>Hello</td>
</tr>
</table>

Notice how your text ( or images ) are inside of the <TD></TD> tags. You can put anything you want inside of these tags, including another table or any type of HTML will work.

Lets modify this table a bit.

Hi    
   


Notice how the first cell in each row is now combined? This is done using the rowspan tag. Now the source looks like this:

<table width="80%" border="1" cellspacing="0" cellpadding="2">
<tr>
<td rowspan ="2">Hi</td>
<td></td>
<td>></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
</table>

Notice the change and how it effects the table structure, and notice also how I increased the cellpadding to 2, and how it changes the content inside the cell a bit, its not so flush up against the cell wall.


HTML Table Tutorials, Part 3

 

 


Cool Sites

Website Templates
Free Hit Counter
$2.95/month Web Hosting
Reseller Hosting

 



Logo Design | Photoshop Tutorials | Dreamweaver Tutorials | Non GMO Canola
© 2000-2004 IceHouse Designs, Inc. View Privacy Statement.

Valid HTML 4.01!

Valid CSS!