word-spacing

Reply

Join Date: Jul 2008
Posts: 18
Reputation: e_velkova is an unknown quantity at this point 
Solved Threads: 0
e_velkova e_velkova is offline Offline
Newbie Poster

word-spacing

 
0
  #1
Jul 1st, 2008
Hi! I'm new in this business, so, plz, excuse my stupid question, but i have some little problem - i need to write smth like this: start > content add; but, unfortunately, don't know how to make this 'add' to go far away from the 'content'. I saw a tag: word-spacing: 40px, for example, but it didn't work. PLS, Help!!!
Reply With Quote Quick reply to this message  
Join Date: May 2008
Posts: 302
Reputation: sreein1986 is an unknown quantity at this point 
Solved Threads: 33
sreein1986's Avatar
sreein1986 sreein1986 is offline Offline
Posting Whiz

Re: word-spacing

 
0
  #2
Jul 2nd, 2008
what r u asking didn't write clearly your question
Thanx,
Shiriyal

http://shiriyal.blogspot.com/
if you problem solved add me as a reputation and mark it mark as solved
Reply With Quote Quick reply to this message  
Join Date: Mar 2006
Posts: 195
Reputation: HI2Japan is an unknown quantity at this point 
Solved Threads: 21
HI2Japan HI2Japan is offline Offline
Junior Poster

Re: word-spacing

 
0
  #3
Jul 2nd, 2008
If you only want it to go a few spaces over, put this into your code

 

It may not be the most techonological or efficient, but it will work.
Who was the first person to look at a cow and say, "I think I'll squeeze these dangly things here, and drink whatever comes out!"
Reply With Quote Quick reply to this message  
Join Date: Jul 2008
Posts: 67
Reputation: casper_wang is an unknown quantity at this point 
Solved Threads: 6
casper_wang's Avatar
casper_wang casper_wang is offline Offline
Junior Poster in Training

Re: word-spacing

 
0
  #4
Jul 2nd, 2008
you will add to your css attributes, this is an example:
HTML and CSS Syntax (Toggle Plain Text)
  1. #menuList {
  2. position:relative;
  3. font-size: 1.3em; /* ALL font size */
  4. margin: 0px; /* gap between page top AND main menu to sub menu */
  5. padding: 0px; /* sets the space above and below main menu text (border) */;
  6. /* z-index:100; */
  7. }
another example:
HTML and CSS Syntax (Toggle Plain Text)
  1. /* Text
  2. ------------ */
  3. h1 {
  4. color: black;
  5. font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
  6. font-weight: bold;
  7. font-size: 1.8em;
  8. margin: 5px;
  9. text-decoration: none;
  10. }
Last edited by casper_wang; Jul 2nd, 2008 at 4:07 am.
If I helped in solving your issue please Add to "MY Reputation" and most important: "Mark as solved"
Reply With Quote Quick reply to this message  
Join Date: Jun 2008
Posts: 11
Reputation: taramichael is an unknown quantity at this point 
Solved Threads: 0
taramichael taramichael is offline Offline
Newbie Poster

Re: word-spacing

 
0
  #5
Jul 2nd, 2008
Have you got clear reply?
Reply With Quote Quick reply to this message  
Join Date: Jul 2008
Posts: 67
Reputation: casper_wang is an unknown quantity at this point 
Solved Threads: 6
casper_wang's Avatar
casper_wang casper_wang is offline Offline
Junior Poster in Training

Re: word-spacing

 
0
  #6
Jul 2nd, 2008
what do you mean taramichael?
The examples I gae above is very clear.

in order t set font size, width, and space you will need to use css, if you just want to space them a vew spaces then use
HTML and CSS Syntax (Toggle Plain Text)
  1.  

if you want them seperated and centered use a table.
If I helped in solving your issue please Add to "MY Reputation" and most important: "Mark as solved"
Reply With Quote Quick reply to this message  
Join Date: Jul 2008
Posts: 18
Reputation: e_velkova is an unknown quantity at this point 
Solved Threads: 0
e_velkova e_velkova is offline Offline
Newbie Poster

Re: word-spacing

 
0
  #7
Jul 2nd, 2008
am..., i just needed to have two words that are together and the third word to be in few spaces away, and i didn't want to make it with &nbsp, but..., maybe i'll have to...
Thanks for the replies!!!!!!
Reply With Quote Quick reply to this message  
Join Date: Jul 2008
Posts: 67
Reputation: casper_wang is an unknown quantity at this point 
Solved Threads: 6
casper_wang's Avatar
casper_wang casper_wang is offline Offline
Junior Poster in Training

Re: word-spacing

 
0
  #8
Jul 2nd, 2008
you will have to if you only want the one word seperated from the rest...
If I helped in solving your issue please Add to "MY Reputation" and most important: "Mark as solved"
Reply With Quote Quick reply to this message  
Join Date: Jul 2008
Posts: 48
Reputation: Ken Sharpe is an unknown quantity at this point 
Solved Threads: 2
Ken Sharpe's Avatar
Ken Sharpe Ken Sharpe is offline Offline
Light Poster

Re: word-spacing

 
0
  #9
Jul 2nd, 2008
Not true. Just wrap that word in a span, give it a class, and give that class a margin in your css.
Reply With Quote Quick reply to this message  
Join Date: Jul 2008
Posts: 18
Reputation: e_velkova is an unknown quantity at this point 
Solved Threads: 0
e_velkova e_velkova is offline Offline
Newbie Poster

Re: word-spacing

 
0
  #10
Jul 2nd, 2008
thanks, guys!!!
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:




Views: 2115 | Replies: 11
Thread Tools Search this Thread



Tag cloud for HTML and CSS
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC