Real Estate Forums

Coding HTML, ASP, PHP, JAVA MYSQL and more. All coding questions should be asked here.

Reply
 
Thread Tools Display Modes
  #1 Spacing  
Old 05-11-2005, 10:47 AM
JimJ JimJ is offline
Uber Real Estate Webmaster
 
Join Date: Jul 2004
Location: Boise, Idaho
Posts: 522
JimJ is on a distinguished road
Default Spacing

This may be a dumb question, but how do you add more than one space between your words in a paragraph? Like after a period, dreamweever will not allow me to double space. What am I doing wrong?
Reply With Quote
  #2 Re: Spacing  
Old 05-11-2005, 12:28 PM
Vlado Tovarnak's Avatar
Vlado Tovarnak Vlado Tovarnak is offline
Real Estate WebMaster
 
Join Date: Sep 2004
Location: Czech Republic
Posts: 159
Vlado Tovarnak is on a distinguished road
Send a message via ICQ to Vlado Tovarnak
Default Re: Spacing

http://www.w3schools.com/css/pr_text_letter-spacing.asp
__________________
Vlado Tovarnak

"The more I want to get something done, the less I call it work."
"In order to win, you must expect to win."

by RICHARD BACH


http://www.ValuesGuide.com is now producing and providing leads for real estate agents
Reply With Quote
  #3 Re: Spacing  
Old 05-11-2005, 03:01 PM
kyle422's Avatar
kyle422 kyle422 is offline
Real Estate Webmaster
 
Join Date: Oct 2004
Location: Florida
Posts: 2,109
kyle422 is on a distinguished road
Default Re: Spacing

You can use " " this in your code to create a space.
Reply With Quote
  #4 Re: Spacing  
Old 05-12-2005, 06:13 PM
JimJ JimJ is offline
Uber Real Estate Webmaster
 
Join Date: Jul 2004
Location: Boise, Idaho
Posts: 522
JimJ is on a distinguished road
Default Re: Spacing

Quote:
Originally Posted by kyle422
You can use " " this in your code to create a space.
Thanks Guys.......I'll try these out.
Reply With Quote
  #5 Re: Spacing  
Old 05-13-2005, 08:03 AM
SanDiego's Avatar
SanDiego SanDiego is offline
Uber Real Estate Webmaster
 
Join Date: Jul 2004
Posts: 902
SanDiego is on a distinguished road
Default Re: Spacing

In Dreamweaver... you can be in the WYSISYG screen and just type like normal.. when you want to add more then one space you can just "Hold down the Ctrl+Shift and hit the space bar" - it's a little key shortcut to adding the code they mentioned.... (&nbsp
__________________
Search Homes for Sale in SAN DIEGO and other San Diego Real Estate via the San Diego MLS.
Reply With Quote
  #6 Re: Spacing  
Old 05-13-2005, 08:48 AM
Vlado Tovarnak's Avatar
Vlado Tovarnak Vlado Tovarnak is offline
Real Estate WebMaster
 
Join Date: Sep 2004
Location: Czech Republic
Posts: 159
Vlado Tovarnak is on a distinguished road
Send a message via ICQ to Vlado Tovarnak
Default Re: Spacing

Quote:
Originally Posted by SanDiego
In Dreamweaver... you can be in the WYSISYG screen and just type like normal.. when you want to add more then one space you can just "Hold down the Ctrl+Shift and hit the space bar" - it's a little key shortcut to adding the code they mentioned.... (&nbsp
I don't think this is a good solution. Because eg. "La Jolla Real Estate" code will look like:
Code:
<p>L&nbsp;a&nbsp;&nbsp;&nbsp;J&nbsp;o&nbsp;l&nbsp;l&nbsp;a&nbsp;&nbsp;R&nbsp;e&nbsp;a&nbsp;l&nbsp; &nbsp;&nbsp;E&nbsp;s&nbsp;t&nbsp;a&nbsp;t&nbsp;e</p>
better is:

Code:
<style type="text/css">
p.spaceBetweenLetters{
letter-spacing:5px;
}
</style>
<p class="spaceBetweenLetters">La Jolla Real Estate</p>
__________________
Vlado Tovarnak

"The more I want to get something done, the less I call it work."
"In order to win, you must expect to win."

by RICHARD BACH


http://www.ValuesGuide.com is now producing and providing leads for real estate agents
Reply With Quote
  #7 Re: Spacing  
Old 05-13-2005, 09:29 AM
SanDiego's Avatar
SanDiego SanDiego is offline
Uber Real Estate Webmaster
 
Join Date: Jul 2004
Posts: 902
SanDiego is on a distinguished road
Default Re: Spacing

He makes a very vaild point!
I was figuring it would only be used for formating stuff... kinda like this:

&nbsp;&nbsp; <ahref="urlhere">Text link</a> &nbsp;&nbsp;&nbsp; <a href="Anotherurl">ANOTHER link</a> &nbsp;&nbsp; Img src="photo"
__________________
Search Homes for Sale in SAN DIEGO and other San Diego Real Estate via the San Diego MLS.
Reply With Quote
Reply


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off

For our members

Main Sections

IDX Coverage Areas

Spiders Welcome

All times are GMT -7. The time now is 02:55 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.