Click to See Complete Forum and Search --> : Word Spacing Issues


IronPegasus
07-22-2006, 03:15 PM
When I put text like "Contact Us" with word-spacing, the two words Contact and Us look like this(as expected..):

Home...........................Contact...........................Us

Is there any way I can use a class using word-spacing with 25px and use a word like Contact Us without the results shown above?

gil davis
07-22-2006, 03:20 PM
Maybe if you put   between "Contact" and "Us". Otherwise, you'll have to use some kind of column approach, like a table (shudder). If you only have two or three things, you can take advantage of "align: left" and "align: right". Other than that, you are pretty much stuck.

IronPegasus
07-22-2006, 03:55 PM
  doesn't work :(

Are tables the only solution to get this effect?

IronPegasus
07-22-2006, 03:59 PM
Nevermind, I've figured it out! :o)

I just used 3 divs each with a width to simulate the word-spacing effect.

felgall
07-22-2006, 04:17 PM
If they are all on the same line you ashould probably use a span rather than a div.