I like the borders of the forums like this. Can someone tell me how to draw a border in HTML/CSS as shown in the screenshot.
[IMG]http://img91.imageshack.us/img91/3292/fireshotcapture12helloimn7.th.jpg[/IMG]
I would like to have the bordercolor as well. The following HTML does not work perfectly on all browsers :(
I mean, with
FF - The code works fine
IE - Works but displays a thicker border compared to FF
Opera - Does not show the border color
<table border=1 bordercolor="#6E94B7" cellspacing=0 cellpadding=0>
<tr><td>Hello 1</td><td>Hello 2</td><td>Hello 3</td></tr>
<tr><td>Hello 4</td><td>Hello 5</td><td>Hello 6</td></tr>
<tr><td>Hello 7</td><td>Hello 8</td><td>Hello 9</td></tr>
<tr><td>Hello 10</td><td>Hello 11</td><td>Hello 12</td></tr>
</table>
Please help
Thanx