Real Estate Forums

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

Reply
 
Thread Tools Display Modes
Old 08-27-2005, 04:07 PM
sierra11b's Avatar
sierra11b sierra11b is offline
Real Estate WebMaster
 
Join Date: Apr 2005
Location: Sacramento, Ca
Posts: 141
sierra11b is on a distinguished road
Send a message via AIM to sierra11b
Default Can't get my template to cooperate

I'm working on a new site in Dreamweaver MX and I can't adjust the paragraph spacing. Whenever I hit the enter bar to start a new sentence it jumps two whole spaces which leaves a one space buffer between my sentences. Which variable do I need to adjust to fix this problem?

Keep in mind I’m not formally trained like most of you probably are. Just a beginner teaching myself as I go. Just can't seem to make it cooperate.

Thanks,
Eric
Reply With Quote
Old 08-27-2005, 04:25 PM
kyle422's Avatar
kyle422 kyle422 is offline
Real Estate Webmaster
 
Join Date: Oct 2004
Location: Florida
Posts: 2,134
kyle422 is on a distinguished road
Default Re: Can't get my template to cooperate

use <br> for HTML or <br /> for XHTML
Reply With Quote
Old 08-27-2005, 07:27 PM
sierra11b's Avatar
sierra11b sierra11b is offline
Real Estate WebMaster
 
Join Date: Apr 2005
Location: Sacramento, Ca
Posts: 141
sierra11b is on a distinguished road
Send a message via AIM to sierra11b
Default Re: Can't get my template to cooperate

I don't understand.

How do I apply that?

Please be patient with me.
Reply With Quote
Old 08-28-2005, 07:46 AM
kyle422's Avatar
kyle422 kyle422 is offline
Real Estate Webmaster
 
Join Date: Oct 2004
Location: Florida
Posts: 2,134
kyle422 is on a distinguished road
Default Re: Can't get my template to cooperate

Open the page you are working on in Dreamweaver and pick the "code" view. Find the area that you are trying to make a space. Add the code <br> to that area and your space will be created.

For example:
text<br>
text<br>
text<br>
text<br>

Each of the <br> create a new paragraph without the double space.
Reply With Quote
Old 08-30-2005, 06:43 PM
webmaster's Avatar
webmaster webmaster is offline
Administrator
 
Join Date: Apr 2004
Posts: 15,160
webmaster will become famous soon enough
Default Re: Can't get my template to cooperate

You are obviously not using coder view, you are using designer, if you want to insert a line break but not a paragraph space hold "shift" and press "enter" - that will fix your issue with the extra paragraph space.
__________________
Don't miss out on the 12 days of Christmas promo
Reply With Quote
Old 08-30-2005, 08:27 PM
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: Can't get my template to cooperate

In Regular view (not the code view) you can just hit Shift+Enter keys at the same time and it goes tothe next space down, not two...

(i'm not fomally trained either.. i learned much by myself and tons online )(Yeah, just klike "webmaster" said above..lol)
__________________
Search Homes for Sale in SAN DIEGO and other San Diego Real Estate via the San Diego MLS.
Reply With Quote
Old 08-30-2005, 09:17 PM
sierra11b's Avatar
sierra11b sierra11b is offline
Real Estate WebMaster
 
Join Date: Apr 2005
Location: Sacramento, Ca
Posts: 141
sierra11b is on a distinguished road
Send a message via AIM to sierra11b
Default Re: Can't get my template to cooperate

Haha. It worked.

Thanks. *drags tail*
Reply With Quote
Old 08-31-2005, 08:27 PM
SEO Jason SEO Jason is offline
Über Mod
 
Join Date: Jul 2004
Location: Nanaimo, B.C.
Posts: 1,237
SEO Jason is on a distinguished road
Send a message via MSN to SEO Jason
Default Re: Can't get my template to cooperate

Working in the designer view of Dreamweaver does create some problems. I suggest working in split view and trying the coding first or seeing what coding is creating when you change something. By trying the coding first you can learn for the future, which generally makes it easier in the future, and you can also create cleaner code.
Reply With Quote
Old 09-06-2005, 01:34 PM
SEO Phil SEO Phil is offline
Real Estate Webmasters Staff
 
Join Date: Feb 2005
Posts: 281
SEO Phil is on a distinguished road
Default Re: Can't get my template to cooperate

Using line breaks to indicate a new paragraph works, but is not semanticly correct. Personaly, I space paragraphs with CSS if I want to use something other than the default spacing. Here's to the code:

Code:
p {
   margin-bottom: 12px;
}
Simple! Add it to your CSS to add a 12px margin to the bottom of all paragraphs instead of the default spacing. The value can be changed to whatever suits your needs. And, if you use exernal stylesheets, you will only have to make this change once to effect your entire site.

Phil
Reply With Quote
Old 09-14-2005, 04:47 PM
TTHosting's Avatar
TTHosting TTHosting is offline
Real Estate Nu-bee
 
Join Date: Aug 2005
Posts: 12
TTHosting is on a distinguished road
Send a message via MSN to TTHosting
Default Re: Can't get my template to cooperate

<br> and <p>

common tags..
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

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


Real Estate Webmasters on Facebook

For our members

Main Sections

IDX Coverage Areas

You can find us at

Spiders Welcome

All times are GMT -7. The time now is 02:14 AM.


Powered by vBulletin®
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.