![]() |
|
| |||||||
| Notices |
| General Support Issues Answers to general questions and help with common problems. For help with a specific issue, post to one of the forums below. |
![]() |
| | LinkBack | Thread Tools |
|
#1
| ||||
| ||||
|
Morning Guys & Gals, How do I put spaces in my text in html, I want to seperate some text but have it on the same line. I have tried to do this by just hitting the space bar a few times, but when I preview the page the text does'nt seem to have moved. Remember I am a complete N00bie and any help will be gratefully accepted |
|
#2
| ||||
| ||||
|
Do you have the latest version of BV? If not I would upgrade. What you say you are doing should work so long as you are not at the end of the text box. So stretch the box out some or hit return to put it on another line and then hit the space bar. Andy
__________________ My diamond in the rough - www.123gpp.com * Click here for some BV tutorials (Php mailto Form, I-Frames, Picture display and much, much more!) |
|
#3
| ||||
| ||||
|
If i have understood well, you are hand coding. If it is so, here is an example: <h3> This is line Nr 1<BR> <BR> and this is line Nr 2 </h3> The <BR> adds a CR between the two lines If you are using BV, then spacing with the space bar is the way to go.
__________________ Navaldesign Logger Lite: Low Cost, Customizable, multifeatured Login script Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more.... Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA! |
|
#4
| ||||
| ||||
|
Morning Andy & Naval, Yes I am trying to code Home About Us Contact Us News But what I see is, Home About Us Contact Us News How can I put spaces in between my text in html ? Thanks guys for replying to my question |
|
#5
| ||||
| ||||
|
Thats why Naval has the stars!!!!!!!!!! Did you try the &nbs to create the space? You might need to use a lot of them as they only create (1) character space each. Andy
__________________ My diamond in the rough - www.123gpp.com * Click here for some BV tutorials (Php mailto Form, I-Frames, Picture display and much, much more!) |
|
#7
| ||||
| ||||
|
Hold on for a minute! WHERE are you trying to put the text into? If you want to space the words, use this code: <h3> first word second word </h3>
__________________ Navaldesign Logger Lite: Low Cost, Customizable, multifeatured Login script Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more.... Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA! |
|
#8
| ||||
| ||||
|
Nope not puting it in a drop down menu, I am using dreamweaver mx and I am trying to get spaces in my text then put them as hyper links to other pages. I want them to look like below, but without the ----- in between ( I just put in the ---- so I could space the text here) Home ------- About Us-------- Contact Us-------- News ------ I want to do this in html but dont know how or if ya can put spaces in the html code. |
|
#9
| ||||
| ||||
|
Look above. every is a space
__________________ Navaldesign Logger Lite: Low Cost, Customizable, multifeatured Login script Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more.... Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA! |
|
#11
| ||||
| ||||
|
Thank Andy
__________________ Navaldesign Logger Lite: Low Cost, Customizable, multifeatured Login script Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more.... Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA! |
|
#12
| ||||
| ||||
|
And let me show you a trick: if you don't want to hanwrite (or paste/paste/paste) just open BV, write the text that you want, open the Object html, and copy the entire line in your code.
__________________ Navaldesign Logger Lite: Low Cost, Customizable, multifeatured Login script Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more.... Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA! |