Re: spacing text links
by "rudy limeback" <r937(at)interlog.com>
|
Date: |
Wed, 19 Jan 2000 06:00:36 -0500 |
To: |
<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?
hi tim
if you really want a table then use cellspacing
<table border=0 cellspacing=20>
<tr>
<td><a href=www.foobar.com>foobar</a></td>
<td><a href=www.foobar.com>foobar</a></td>
<td><a href=www.foobar.com>foobar</a></td>
<td><a href=www.foobar.com>foobar</a></td>
</tr>
</table>
you can adjust cellspacing=20 to suit the separation
if you want to do it without a table, use no-break spaces
<a href=www.foobar.com>foobar</a>
<a href=www.foobar.com>foobar</a>
<a href=www.foobar.com>foobar</a>
<a href=www.foobar.com>foobar</a>
notice the regular spaces between the no-break spaces, for a total of 5
between the links
___________________
rudy limeback
http://www.interlog.com/~r937/
http://evolt.org/
HWG hwg-techniques mailing list archives,
maintained by Webmasters @ IWA