Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: table spacing


Message #1 by "doug dexter" <drdexter33@h...> on Wed, 4 Sep 2002 14:25:12
just some suggestions. you could build one overall
table then embed you other table within. Chris is also
right about the hard returns on the </TD> tags those
can leave gaps. Also your top two tables do not have
closing </TR> tags.

<table width="100%" CELLPADDING="0" CELLSPACING="0"
border=0>  
<tr>
        <td bgcolor="MidnightBlue" WIDTH="212"
valign="middle" align="right">
                <img SRC="images/reverseLogo.gif"
WIDTH="212" HEIGHT="67"></td>
        <td bgcolor="MidnightBlue">
                <img SRC="images/businessGroup.jpg"
WIDTH="500" HEIGHT="83"></td>
</tr>
<tr>
	 <td bgcolor="Goldenrod" width="100%" COLSPAN=2>
		<TABLE BORDER=0 WIDTH=100% CELLSPACING=0
CELLPADDING=0>
			<TR>
			<td  width="500">
			<font class="smLinks">&nbsp;&nbsp;&nbsp;marketing
concepts unlimited</font></td>
			<td align="right">
			<font class="smLinks"> 9/4/2002
&nbsp;&nbsp;&nbsp;</td>
			</TR>
		</TABLE>
</tr>
</table> 

Actually on your top two tables it looks like you
could get away with creating just one table out of
both of them.


--- doug dexter <drdexter33@h...> wrote:
> Hi  there...
> 
> I have a wierd problem:
> 
> I've laid out a page using tables, and I've
> specified a background color 
> for the table data cells.  I've also set the table
> border, cellspacing, 
> and cellpadding values to 0 however, I'm getting a
> hairline between cells 
> where I would like the cells to appear seamless.
> 
> The actual page is here:
> 
> http://www.dougdexter.com/mcu/aboutMCU.asp
> 
> If you're looking at it, you can see where the
> horizontal gold bar, 
> horizontal blue bar and the vertical teal bar have a
> hairline between them.
> 
> It's driving me nuts.
> 
> Thanks.
> 
> Dd
> 
> ---
> 
> Improve your web design skills with these new books
> from Glasshaus.
> 
> Usable Web Menus
>
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
> r-20
> Constructing Accessible Web Sites
>
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
> r-20
> Practical JavaScript for the Usable Web
>
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
> r-20


__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com

  Return to Index