View Full Version : table borders


Axcelia
03-16-2003, 03:01 PM
Could someone possible tell me how you add the border type into the code.

eg I want a dotted border

How do I enter this in?

<table border="1" bordercolor="#000000">
<tr>
<td>
etc

Sheila
03-16-2003, 03:08 PM
<table style="border: 1 dotted #000000">
<tr>
<td>

Axcelia
03-16-2003, 03:15 PM
thank you soooooo much. :D