[
September Full List
|
Reply
]
Re: Home Page JPG's
From
Jim
on 23 Sept '99
replying to
Home Page JPG's
posted by PJ
Zero cellspacing and cellpadding is the fist trick. The second is to
avoid line breaks between the cells.
This will leave gaps:
<TD>
<IMG SRC="gif1.gif">
</TD>
<TD>
<IMG SRC="gif2.gif">
</TD>
This will be seamless:
<TD>
<IMG SRC="gif1.gif">
</TD>
<TD>
<IMG SRC="gif2.gif">
</TD>
Reply to this message
Required Details
Your name:
Subject:
Optional Details
Home page title:
Home page URL:
Email:
(if you'd like to receive
automatic replies by email)
Your Message
>Zero cellspacing and cellpadding is the fist trick. The second is to >avoid line breaks between the cells. > >This will leave gaps: > >
>
> >This will be seamless: > >