View Full Version : Tables
The Red Guy
June 5th, 2002, 04:17
I need help on filling cells of a navigation menu. Attached is an image of the menu. Thanks. Using frontpage 2000 for a demostration.
biggulp
June 5th, 2002, 04:18
what is filling cells? adding stuff or adding bg color?
The Red Guy
June 5th, 2002, 04:20
Adding colours. I tried to make the cell the colour I wanted but the table became distorted!
Dusty
June 5th, 2002, 13:21
Posting the HTML would be more helpful than a screenshot of the table. To give those two cells a background color you just need to add "bgcolor='#......'" to the <td> tag (and put some kind of content in the cell itself, a &nbsp; will do), or are you asking to do something more than that?
The Red Guy
June 6th, 2002, 04:04
<td width="24%">
<table border="0" width="174" cellspacing="0" cellpadding="0" height="326">
<tr>
<td align="left" height="26" width="31" valign="top">
<p align="right"><img border="0" src="images/top_left_corner.gif" height="31"></td>
<td width="134" valign="top" height="26" align="left">
<p align="center"><img border="0" src="images/nav.gif" width="134" height="31"></td>
<td valign="top" align="left" height="26" width="31"><img border="0" src="images/top_right_corner.gif" width="31" height="31"></td>
</tr>
<tr>
<td width="31" height="276" align="left"></td>
<td width="134" height="276">
<table border="0" width="100%">
<tr>
<td width="100%" valign="top"><a href="index.shtml">Index</a>
<p><a href="comic_guide/index.shtml">Slam Dunk Anime</a></p>
<p>Images</p>
<p>Forums</p>
<p>Contact Us</td>
</tr>
</table>
</td>
<td width="31" height="276"></td>
</tr>
<tr>
<td width="31" align="left" height="24" valign="top"><img border="0" src="images/bot_left_corner.gif" width="31" height="31"></td>
<td width="134" background="images/space.gif" height="24" valign="top" align="left"></td>
<td width="31" align="left" height="24" valign="top"><img border="0" src="images/bot_right_corner.gif" width="31" height="31"></td>
</tr>
</table>
</td>
Dusty
June 6th, 2002, 12:17
<td width="31" height="276" align="left"></td>
becomes
<td width="31" height="276" bgcolor="#123456">&nbsp;</td>
and
<td width="31" height="276"></td>
becomes
<td width="31" height="276" bgcolor="#123456">&nbsp;</td>
The Red Guy
June 6th, 2002, 22:53
Thanks, solved it.
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.