PDA

View Full Version : Question/Problem With/About MS FrontPage 2000?


s.c
09-25-2002, 06:51 PM
I use Microsoft FrontPage 2000 the most to make & publish my websites. But whenever I press return to start a new line it leaves a big space about 2 lines long. I was wondering if there was/is a way to make the spaces go straight to the next line like in Microsoft Word. If anyone can help it is really appreciated!

Thanks in advance. ;)

wap3
09-25-2002, 07:24 PM
Try putting <br> into your code where you want the new line to start.

:thumbsup:

WebPlaya
09-25-2002, 08:22 PM
Press "Shift", hold it, and then press "return".

This way you won't have to switch back and forth from normal view to html view to type <br>

:thumbsup:

Gordo
09-26-2002, 04:36 AM
Nothing personal, but with the few questions you've asked so far, you'll be asking hundreds of FP2000 questions in the near future. While those here in the forum will be glad to assist you, you'll learn a LOT more by searching for your answers under "HELP" within FrontPage. There are countless number of step-by-step instructions there. It's for you own good....trust me, you'll learn so much more by following FP's instructions than by asking your queries here in the forum.

And when you're really stumped...by all means ask your questions here. It's by far one of the best help forums on the Internet!

ronaldb66
09-26-2002, 09:48 AM
[Shift] + [Return] is interpreted as <br>; [Return] results in a <p> and therefore - by default - a blank line. If you turn on "Show paragraph marks" (the button with the reversed "P") you will, like in Word, see paragraph marks and line breaks.

s.c
09-26-2002, 05:15 PM
Thanks for all your help so far guys! ;)