This is a discussion on "Increase spacing between words" within the Web Page Design section. This forum, and the thread "Increase spacing between words are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Increase spacing between words
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Increase spacing between words
I'm trying to make a simple navigation menu which so far looks like this:
![]() I initially tried to make this with the spry menu widgit (see post which is going nowhere here: http://www.webforumz.com/css-forum/5...nu-bar-etc.htm), but kept running into so many challenges that it seems much easier and more sensible to make this with plain html text and make each word a link. All I need to do is increase the space between each word. I tried just hitting the space bar (um ...) but that didn't work. So I made a .css class called "nav", assigned it to these words, and changed the Block: Word Spacing setting to 5 px, then 10 px, then 100 px but nothing changed. (However, changing the letter spacing property does affect the text, so I know the nav class is assigned.) What am I doing wrong? Thank you. |
|
|
|
||||
|
Re: Increase spacing between words
could put margins between the words
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
|||
|
Re: Increase spacing between words
Word spacing (CSS code example: word-spacing: 2em;) will only affect the words within each text node. For example, it will affect the spacing in "Viewer Mail", but not the spacing between "Home" and "Images".
I'm assuming these are list items <li>. Just add padding or margins. |
|
|||
|
Re: Increase spacing between words
Like Mike suggested. I would make sure your code looks like this:
1. You could add padding to each <li> (say 10 pixels to each side), by making the above look like this:
2. Make the links blocks and setting a width, by making the original CSS code like this:
Hopefully that helps answer your question. - James
Last Blog Entry: Whats in a name? (Feb 20th, 2008)
|
![]() |
| Tags |
| spacing |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Words Women Use (Read This) | Wicca | Webforumz Cafe | 1 | Jun 13th, 2008 20:39 |
| regardind see-saw moment of words | pushpendramadan | Website Planning | 5 | Jan 7th, 2008 04:48 |
| Help with key words | Wombat | Starting Out | 4 | Jul 17th, 2007 08:10 |
| Gre words and vocabulary builder | hawashp | Free Web Site Critique | 7 | May 25th, 2007 08:33 |
| write words on pictures | jenjen1018 | Web Page Design | 10 | Dec 19th, 2003 18:17 |