Freepages-Help-L Archives

Archiver > Freepages-Help > 2005-02 > 1109443152


From: Pat Asher <>
Subject: Re: [FreeHelp] Need help with graphic
Date: Sat, 26 Feb 2005 13:39:12 -0500
References: <5.1.0.14.0.20050226113647.02a7032c@mail.ee.net><005e01c51c2b$96870650$6504873f@OWNERMQ6W62YV3><ebee560905022609581ed7081d@mail.gmail.com>
In-Reply-To: <00aa01c51c2e$36811630$6504873f@OWNERMQ6W62YV3>


At 01:08 PM 2/26/2005, Ann \(Jobe\) Brown wrote:
>Holly,
>That worked - though I would still like a bit more space between the two
>graphics.

Hi Ann,

You have several options to accomplish that. You can add padding to your
table cells:
<.table cellpadding="10"

You can add space around the cells:
<.table cellspacing="10"

You can use both of the above.

You can insert a clear.gif before or after the list graphic to push the
image to the right or left within the cell:

<.td> <"your first map code> <.IMG SRC="clear.gif height="1" width="10">
<./td>
<.td><.IMG SRC="clear.gif height="1" width="10"><"second map code">
<./td>

Or you can use CSS to position each graphic.

Pat



This thread: