Home
Tour
Costs
Answers
Demos
Access
Tools
Assistance
Enroll
 SearchSearch
A multi-column table - Pastable code

 
   Answers Forum Index -> Easily pasted codes
View previous topic :: View next topic  
Author Message
ws
Write and Show support


Joined: 27 May 2007
Posts: 140

PostPosted: Wed Aug 15, 2007 9:55 am    Post subject: A multi-column table - Pastable code

This area will be expanded greatly with many illustrations. Table is a great feature which allows total flexibility to present information in a variety of interesting formats. This area will explore dozens of those variations (with examples).


Pastable code for a table with three colums and two rows:

Quote:
<center><table style="font-family: arial; background-color: bisque; color: black; text-align: justify; table-layout: fixed" border="0" width="300">
<tr><td width="33%"><h4>Peanuts</h4></td>
<td width="33%"><h4>Popcorn</h4></td>
<td width="33%"><h4>Crackerjacks</h4></td></tr>
<tr><td>text here</td>
<td>text here</td>
<td>some here</td></tr>
<tr><td>lots of stuff on second row</td><td>text here</td><td>text here</td></tr></table></center>



Same 3 column Table with Dashed borders:

Quote:
<center><table style="font-family: arial; background-color: bisque; color: black; border-style: dashed; border-width: 10px; border-color: saddlebrown; text-align: justify; table-layout: fixed" width="300">
<tr><td width="33%"><h4>Peanuts</h4></td>
<td width="33%"><h4>Popcorn</h4></td>
<td width="33%"><h4>Crackerjacks</h4></td></tr>
<tr><td>text here</td>
<td>text here</td>
<td>some here</td></tr>
<tr><td>second row</td><td>text here</td><td>text here</td></tr></table></center>



Different border styles:

Quote:
border-style: dotted
border-style: dashed
border-style: solid
border-style: double
border-style: groove
border-style: ridge
border-style: inset
border-style: outset
Back to top
Display posts from previous:   
   Answers Forum Index -> Easily pasted codes All times are GMT - 4 Hours
Page 1 of 1

 
Jump to:  


Created by WriteandShow.com WriteandShow.com  Answer forum utilizes phpBB © 2001, 2005 phpBB Group