View Full Version : how do I space my links?
hybrid03
06-25-2002, 01:17 AM
i want to space my links apart further but how can i do that?
ihttp://www20.brinkster.com/hybr1dz03/UntitledFrame-2.htm
http://www20.brinkster.com/hybr1dz03/UntitledFrameset-5.htm
:confused:
boxer_1
06-25-2002, 01:26 AM
There are sveral ways to do this. One simple way (not saying the best way ;) ) is to use the nonbreaking space special character & n b s p ; (same as & # 1 6 0 ;). Just put as many of those between each linl as you need until you get the desired spacing ;).
PS: Remove all the spaces though, I only added them here to keep the area where I entered th character code from showing up as empty space. One other way would be to place a 1px high transparent gif between each link with the width set to the amount of space you'd like between the links.
You can experiment with the margin properties in CSS as well, and even padding to an extent.
And boxer, you mean  ? ;)
  is a way to make entities display...
boxer_1
06-25-2002, 02:18 AM
Originally posted by jkd
......And boxer, you mean  ? ;)
  is a way to make entities display...
Thanks jkd, hadn't even given that workaround a thought to display   without having to use the spaces :thumbsup: . *Brain cramp*...lol.
wabirdman
06-25-2002, 03:03 AM
why not put them in a table and then have no border and cellpadding set
ie
<table border="0" cellpadding="10">
<tr>
<td>FIRST LINK HERE</td>
<td>SECOND LINK HERE</td>
</tr>
</table>
wabirdman
hybrid03
06-25-2002, 05:43 AM
thanks for helping me out guys :thumbsup:
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.