Computer Solutions :: How to use HTML :: Table Example Pics with HTML Code ~ Runboard


Computer Solutions
 How to use HTML
  Table Example Pics with HTML Code
Support
Search
RSS

runboard.com       Sign up (learn about it) | Sign in (lost password?)


 
The Wizard3
Owner / Designer
Global user

Registered: 06-2006
Location: Castle Belgalor
Posts: 1860
Avatar
Reply | Quote
Table Example Pics with HTML Code


Image
Remeber the drill !!

Row = Top to Bottom
Column = Left to Right

<table border="2" bordercolor="000000" style="background-color:99CCCC" width="350" cellpadding="2" cellspacing="2">
<tr>
<td>Table Cell</td>
<td>Table Cell</td>
<td>Table Cell</td>
</tr>
<tr>
<td>Table Cell</td>
<td>Table Cell</td>
<td>Table Cell</td>
</tr>
<tr>
<td>Table Cell</td>
<td>Table Cell</td>
<td>Table Cell</td>
</tr>
</table>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Image


<table border="2" bordercolor="000000" style="background-color:99CCCC" width="350" cellpadding="3" cellspacing="4">
<tr>
<td>Table Cell</td>
<td>Table Cell</td>
<td>Table Cell</td>
<td>Table Cell</td>
<td>Table Cell</td>
<td>Table Cell</td>
</tr>
<tr>
<td>Table Cell</td>
<td>Table Cell</td>
<td>Table Cell</td>
<td>Table Cell</td>
<td>Table Cell</td>
<td>Table Cell</td>
</tr>
</table>

The Wizard3, 20/12/06, 18:55


---
Image

Image

20/12/06, 17:55 Send a PM to this person Send an MSN Message
 


Add A Reply





You are not logged in (login)      Board's time is: 30/11/09, 21:34