Forum Moderators: not2easy

Message Too Old, No Replies

word spacing

just for links

         

fashezee

6:00 pm on May 24, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I would like to define a certain distance between my menu options. However, when defining
the distance, the menu options that have 2 words also get affected?

i.e. Desired Look (ignore the underscore)
Red Widgets _____ Blue Widgets

Currently:
Red _____ Widgets _____ Blue _____ Widgets

Is there away of defining the distance between hyperlinks and not words?

MWpro

6:29 pm on May 24, 2003 (gmt 0)

10+ Year Member



I am not sure that I understand your question 100%, but would this solution help?

a {
margin: 0px 50px 0px 0px;
}

Slade

7:14 pm on May 24, 2003 (gmt 0)

10+ Year Member



fashezee,

Looks like this should spread it out like you are probably wanting:

margin: 0px 6px 0px 6px

Add it to each of your a definitions.

fashezee

7:21 pm on May 24, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Yup, that did the trick.

Thanks.