Real Estate Forums
| Coding HTML, ASP, PHP, JAVA MYSQL and more. All coding questions should be asked here. |
![]() |
|
|
Thread Tools | Display Modes |
|
|||
|
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?
|
|
||||
|
__________________
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 |
|
||||
|
You can use " " this in your code to create a space.
|
|
|||
|
Quote:
![]() |
|
||||
|
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.... ( 
![]()
__________________
Search Homes for Sale in SAN DIEGO and other San Diego Real Estate via the San Diego MLS.
|
|
||||
|
Quote:
Code:
<p>L a J o l l a R e a l E s t a t e</p> 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 |
|
||||
|
He makes a very vaild point!
I was figuring it would only be used for formating stuff... kinda like this: <ahref="urlhere">Text link</a> <a href="Anotherurl">ANOTHER link</a> Img src="photo"
__________________
Search Homes for Sale in SAN DIEGO and other San Diego Real Estate via the San Diego MLS.
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|