View Full Version : Table with Dotted Border


PureBliss
07-02-2003, 02:51 AM
Hi!
This is what I have for my table

<table border="?dotted line?" cellspacing="0" cellpadding="5">
<tr>
<td bgcolor="#FFCCCC" colspan=3 width="700">Title</td>
</tr><table Border="?Dotted line?" cellpadding="5" cellspacing="0">
</tr></table>
<table border="?Dotted line?" cellspacing="0" cellpadding="5">
<tr>
<td bgcolor="#FFCCCC" width="100" ></td>
<td bgcolor="#FFFFFF" width="500" >Center</td>
<td bgcolor="#FFCCCC" width="100" ></td>
</tr>
</table>


But what I want is a layout like here, http://www.ferryhalim.com/orisinal/
But I can not figure out how to get the dotted lined border, can anyone help?

Thank you!
-Ashley

PureBliss
07-02-2003, 03:06 AM
Oh no, I changed my layout oops.

here it is.

<table border="?dotted line?" cellspacing="0" cellpadding="5">
<tr>
<td bgcolor="#FFCCCC" width="50" rowspan=2 ></td>
<td bgcolor="#FFFFFF" width="600" >Title</td>
<td bgcolor="#FFCCCC" width="50" rowspan=2></td>
</tr><tr>
<td bgcolor="#FFFFFF" width="500" >Center</td>
</tr>
</table>

pb&j
07-02-2003, 04:49 AM
try this for the border part...

style="border : dotted 1px #000000;"