Re: spacing text links

by "Mike Kear" <choicemag(at)hotmail.com>

 Date:  Wed, 19 Jan 2000 21:45:29 EST
 To:  hwg(at)myrealbox.com,
hwg-techniques(at)mail.hwg.org
  todo: View Thread, Original

>
>Hello.  I have an table at the bottom of my site and i want to have some
>links there to differnt parts of the site but i am not sure how I should
>space them.  I want them about 5spaces from each other.  What would be the
>best way to do this?
>
>Thanks,
>
>Tim
>

G'day Tim,

You could do it with a table:

<table width="80%" border="0" cellpadding="4">
<tr>
<td align="center">link1</td>
<td align="center">link2</td>
<td align="center">link3</td>
<td align="center">link4</td>
<td align="center">link5</td>
</tr>
</table>


Or you could do it with spaces and a delimiter thusly:
<center>
link1&nbsp;&nbsp;|&nbsp;&nbsp;link2&nbsp;&nbsp;|&nbsp;&nbsp;Link3&nbsp;&nbsp;|&nbsp;&nbsp;Link4&nbsp;&nbsp;|&nbsp;&nbsp;Link5</center>

If you think more, I'm sure you can work out other ways to do it.

perhaps like this:

[ link1  ] [ link2 ] [ link3 ] [ link4 ] [ link5 ]

Or what I usually do is make buttons or graphics.
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

HWG hwg-techniques mailing list archives, maintained by Webmasters @ IWA