Huitzilopochtli
Programmer
Hi there!
I have the words "Please type your message here" enclosed in a border, but the border seems to be made up of TWO borders, instead of one single line.
This is the code I am using:
<table width="80%" border="1" cellspacing="1" cellpadding="1" bordercolor="D38F50">
<tr>
<td>
<div align="center"><font face="Verdana" size="2" color="EDCDA9">
<b>Please type your message here</b></font></div>
</td>
</tr>
</table>
Is there a way I can get the border so that it comprises only one line?
Thanks and cheers
Huitzilopochtli
I have the words "Please type your message here" enclosed in a border, but the border seems to be made up of TWO borders, instead of one single line.
This is the code I am using:
<table width="80%" border="1" cellspacing="1" cellpadding="1" bordercolor="D38F50">
<tr>
<td>
<div align="center"><font face="Verdana" size="2" color="EDCDA9">
<b>Please type your message here</b></font></div>
</td>
</tr>
</table>
Is there a way I can get the border so that it comprises only one line?
Thanks and cheers
Huitzilopochtli