I have defined my table like this:
<div id="a">
<table id="main_table" border="1">
<tr>
<th>Jobs</th>
<th>Customers</th>
</tr>
</table>
</div>
From the example here i assume to see borders around the table and all the cells in the table. This hasn’t worked me on multiple occasions lately. Does anyone know why? I am viewing in Google Chrome.
** EDIT **
Thanks everyone, I failed to mention originally that this is a table I embedded in a Joomla site, as mentioned below, the border=”1″ does work in general. But since it hasn’t been working I always use CSS. It just kept bugging me that the simple border=”1″ was not working. The individual borders must be getting turned off in the CSS for the Joomla theme. .
There is something in the style sheets being applied that turn off the borders. I would guess that it might be some general-purpose “Reset CSS” stylesheet that some people and organizations favor, and e.g. the often-copied Eric Meyer’s Reset CSS sets table and cell borders to 0.