Hi,
Just wondering if anyone could help me =)
For some reason, this table center's fine in IE, but not FF :/
I've tried everything I can think of - including wrapping another <div id="front_cat_table"> around the content, to make that a center'ed <div> - but even that doesn't work :/
TIA for **any** ideas!
Andy
Just wondering if anyone could help me =)
For some reason, this table center's fine in IE, but not FF :/
Code:
<div id="front_cat_table">
<h3>Find People...</h3>
<p>To start your search, please select a category from below, or use our search facility found above.</p>
<table class="front_cat_table">
<tr>
<td>
<p align="center"><img src="[URL unfurl="true"]http://members.graphicsfactory.com/clip-art/image_files/image/7/793107-desk_1091.gif"[/URL] alt=" desk_1091 " border="0"></td>
<td>
<p align="center"><img src="[URL unfurl="true"]http://members.graphicsfactory.com/clip-art/image_files/tn_image/5/793855-tn_chat_923.gif"[/URL] alt="chat_923" title="chat_923" border="0" height="32" width="32"></td>
</tr>
<tr>
<td>
<p align="center">Businesses</td>
<td>
<p align="center">People</td>
</tr>
</table>
</div>
Code:
.front_cat_table {
padding: 2px 2px 2px 2px;
margin-top: 5px;
border-collapse: collapse;
width: 75%;
font-size: 11px;
align: center;
}
.front_cat_table td {
width: 50%;
}
#front_cat_table {
align: center;
}
I've tried everything I can think of - including wrapping another <div id="front_cat_table"> around the content, to make that a center'ed <div> - but even that doesn't work :/
TIA for **any** ideas!
Andy