Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Spacing more than one space..how?

Status
Not open for further replies.

Guest_imported

New member
Joined
Jan 1, 1970
Messages
0
;)I can't figure for the life of me how to space inbetween words more than one space, other than adding periods and coloring them the same as the background, but surely this is wrong.

This is what I can do in Dreamweaver.

This is what I want to do in Dreamweaver.

This..is..how..I..currently..achieve..the..above..effect..in..Dreamweaver (then I color the periods the same as the background so they are invisible)

Pretty funny huh!

So who knows the proper way?

Thanks,

Matt
 
Hi,

you can do this by editing your html code.

goto window>launcher and hit code inspector <>.

Where you want to add the spaces in your text, put &nbsp for each space.

e.g.
this is text&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspthis is text

in this case there are 7 spaces between the 2 texts

regards, goaganesha
 
sorry

this page sees it as html and has put spaces instead of the code even if i put code tags around it.
Use &,n,b,s,p for each space u need.
You should not type the comma's between the characters.
Hope this isn't too confusing

regards, goaganesha

 
Hold CTRL + Shift and hit the space bar for each space you want to add. When in doubt, deny all terms and defnitions.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top