Old 08-17-2006   #1 (permalink)
Intermediate User
 
Neil_8_24_93's Avatar
 
Join Date: May 2006
Posts: 96

Send a message via AIM to Neil_8_24_93 Send a message via MSN to Neil_8_24_93
Exclamation CSS HELP!! Please Read!!

OK I really need to know how i could put a certain amount of space in between words....for example say i have this code:

<div class = "navlist">
<a class="navlist" href=".">Home</a><br>
<br>
<a class="navlist" href=".">Affiliates</a><br>
<br>
<a class="navlist" href=".">Forums</a><br>
<br>
<a class="navlist" href=".">Contact</a><br>
<br>
<a class="navlist" href=".">Creator</a><br>
<br />
</div>

And this style:

.navlist{
margin:115px 0 0 135px;
color:#000000;
font-family:verdana;
list-style:none;
font-size:10px;
}

And i get a result like this:


Home

Affilates

Forum

Contact

Creator

With that amount of space between each word. Is there a way to add more space or take off space from in between each word? Please tell me if there is.
Neil_8_24_93 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 08-17-2006   #2 (permalink)
Recursively call who?
 
GoldNetX's Avatar
 
Join Date: Nov 2003
Location: Pittsburgh, PA
Posts: 294

Send a message via AIM to GoldNetX
I am not sure on this, but try using the css attribute: line-height

It accepts values such as pixels, pt, and percentages.

So something like:

Code:
.navlist{
margin:115px 0 0 135px;
color:#000000;
font-family:verdana;
list-style:none;
font-size:10px;
line-height:50%;
}
__________________

www.gusmayo.com
- Maybe a story or two -


www.jaloobie.com
... your new home ...

www.webinkproductions.com
- professional web application design -
GoldNetX is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 08-17-2006   #3 (permalink)
Intermediate User
 
Neil_8_24_93's Avatar
 
Join Date: May 2006
Posts: 96

Send a message via AIM to Neil_8_24_93 Send a message via MSN to Neil_8_24_93
Wow ill try this thanks for such a quick response i owe u some reputation points.....xD
Neil_8_24_93 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP BB Question (Please Read) Neil_8_24_93 HTML / PHP / ASP / JS 5 08-01-2006 10:17 PM
Want to make a website? Read this. Young Spartan HTML / PHP / ASP / JS 16 06-30-2006 02:12 AM
interesting read Milkdrop General Discussions 3 08-07-2004 04:27 AM
Help: Making images links (it isn't what you think...read) kp606-Epsilon Adobe Photoshop 2 07-15-2004 02:14 PM


All times are GMT +1. The time now is 05:25 PM.
Content Relevant URLs by vBSEO 3.2.0

Design & Content © BioRUST 2008 :: PRIVACY STATEMENT :: LEGAL INFORMATION :: ADVERTISING MEDIA KIT