- Joined
- Nov 30, 2008
- Messages
- 555 (0.09/day)
- Location
- Birmingham, England...
Processor | Intel Core 2 Quad Q6600 @ 2.8GHz |
---|---|
Motherboard | Gigabyte X48T-DQ6 |
Cooling | Zalman 9500 LED CPU Cooler |
Memory | 2x 2GB Corsair DDR3 XMS3 DHX - 1600MH/PC3-12800 |
Video Card(s) | Gigabyte HD4870 1GB |
Storage | 2x Seagate 320GB Barracuda (RAID 0) 3x 1TB Samsung F3, 140GB WD Maxtor (10,000rpm) |
Display(s) | 2x 20" LG Flatron L204WS |
Power Supply | Powercool 850W |
Software | Windows 7 Ultimate x64 |
Hi All
I'm trying to create a table with a border around the whole table...
My code is below, but I'm having trouble trying to find how to add a border around the outline of the whole table instead of every cell? I'm using DW CS5.
Thanks for reading!
I'm trying to create a table with a border around the whole table...
My code is below, but I'm having trouble trying to find how to add a border around the outline of the whole table instead of every cell? I'm using DW CS5.
Thanks for reading!
Code:
<table width="90%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="4" bgcolor="#D4BF55">TITLE</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
Last edited: