claire_t
02-24-2011, 07:26 PM
Hi
I'm trying to align a logo and a table together at the top of the page.
The logo at the top left and then the table (which is the menu bar) to the right of it. I have tried using <div> tags around both but the table is to the right under the logo.
<a href="home.html">
<div align="left"><img src="pictures/pages JoHO LOGO.png" alt="Joho Designs Logo" border="0"/></div></a>
<div align="right">
<table width="90%">
<tr>
<td width="12.5%" align="center"><img src="menu bar/row1sq1_home_OP.png" border="0" alt="home"/></td>
<td width="12.5%" align="center"><img src="menu bar/row1sq3_about_OP.png" border="0" alt="about"/></td>
<td width="12.5%" align="center"><img src="menu bar/row2sq3_cards_OP.png" border="0" alt="cards"/></td>
<td width="12.5%" align="center"><img src="menu bar/row3sq1_illustrations_OP.png" border="0" alt="illustrations"/></td>
<td width="12.5%" align="center"><img src="menu bar/row3sq4_wedding_OP.png" border="0" alt="weddings"/></td>
<td width="12.5%" align="center"><img src="menu bar/row4sq2_portraits_OP.png" border="0" alt="portraits"/></td>
<td width="12.5%" align="center"><img src="menu bar/row4sq3_contact_OP.png" border="0" alt="contact"/></td>
</tr>
</table>
</div>
</body>
can anyone shed any light? is it some CSS needs to be added?
Cheers
C
I'm trying to align a logo and a table together at the top of the page.
The logo at the top left and then the table (which is the menu bar) to the right of it. I have tried using <div> tags around both but the table is to the right under the logo.
<a href="home.html">
<div align="left"><img src="pictures/pages JoHO LOGO.png" alt="Joho Designs Logo" border="0"/></div></a>
<div align="right">
<table width="90%">
<tr>
<td width="12.5%" align="center"><img src="menu bar/row1sq1_home_OP.png" border="0" alt="home"/></td>
<td width="12.5%" align="center"><img src="menu bar/row1sq3_about_OP.png" border="0" alt="about"/></td>
<td width="12.5%" align="center"><img src="menu bar/row2sq3_cards_OP.png" border="0" alt="cards"/></td>
<td width="12.5%" align="center"><img src="menu bar/row3sq1_illustrations_OP.png" border="0" alt="illustrations"/></td>
<td width="12.5%" align="center"><img src="menu bar/row3sq4_wedding_OP.png" border="0" alt="weddings"/></td>
<td width="12.5%" align="center"><img src="menu bar/row4sq2_portraits_OP.png" border="0" alt="portraits"/></td>
<td width="12.5%" align="center"><img src="menu bar/row4sq3_contact_OP.png" border="0" alt="contact"/></td>
</tr>
</table>
</div>
</body>
can anyone shed any light? is it some CSS needs to be added?
Cheers
C