Click to See Complete Forum and Search --> : Spacing


S the Badger
02-02-2003, 05:08 PM
I am rather new to developing and brand new here. I was wondering is there any way to text from double spacing when you press enter. I use dreamweaver and have gotten quite far but and stumped by this problem. It makes my pages too big. also I have the same type of problem with extra space in my forms. Any Suggestions?

Thanks Shane

Ribeyed
02-02-2003, 06:28 PM
hi,
don't hit return in dreamweaver go into code view and enter
<BR>
for next line.

hope this helps

pyro
02-02-2003, 06:47 PM
In Dreamweaver it is Shift+Enter (as apposed to just hitting Enter). It will automatically enter the <br> in your code. A bit easier than switching views everytime you want to add a line break.

S the Badger
02-03-2003, 06:56 AM
Thanks Guys I knex it was stupidly simple. I just could not find it in my reference notes.:D