Forum Moderators: not2easy

Message Too Old, No Replies

Horizontal Gap?

         

Emperor

11:21 pm on Jan 1, 2005 (gmt 0)

10+ Year Member



Hi guys,

I have two links next to each other and a single space between them is not enough. So first I tried adding a margin-right on the first one but then when you hover over the gap it highlights the link. Then I put the first link in a <span> with a margin-right but you get the text-selection caret over the gap which is kinda annoying.

Any ideas?

adni18

11:25 pm on Jan 1, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



you could use &nbsp;'s, or you could use a span with a width of whatever.

Longhaired Genius

11:38 pm on Jan 1, 2005 (gmt 0)

10+ Year Member



My quick and dirty way to separate links is with space-character-space, the character being either ¦ (pipe) or · (&middot;).