Problem from FP2000 to 2003 for <DL> definition lists?

  • Thread starter Thread starter Johnny
  • Start date Start date
J

Johnny

In Front Page 2000 I created a number of groups of paragraphs within the
<DL> tag, but when I ugraded to FP2003 they appear in Design View with a
carriage return or something missing. They look OK from the server, but
they're darned difficult to edit in Design View without that paragraph
break I expect.

Any idea what I'm talking about?

FWIW, it appears this problem arises only when there's more than one
paragraph within the <DL> tags.

Thanks.

--Johnny
 
Don't understand your problem
- select the show all button (or Ctrl+*) to see your paragraph breaks

But normally the only thing you should have in a <dl> tag (definition list) are definition terms <dt>, with the definitions <dd> as
ion
<dl>
<dt>Term 1</dt>
<dd>Term 1 definition</dd>
<dt>Term 2</dt>
<dd>Term 2 definition</dd>
</dl>

If you are just using it to indent your paragraphs use the indent (<blockquote>) tag
<blockquote>
<p>...</p>
<p>...</p>
</blockquote>
--




| In Front Page 2000 I created a number of groups of paragraphs within the
| <DL> tag, but when I ugraded to FP2003 they appear in Design View with a
| carriage return or something missing. They look OK from the server, but
| they're darned difficult to edit in Design View without that paragraph
| break I expect.
|
| Any idea what I'm talking about?
|
| FWIW, it appears this problem arises only when there's more than one
| paragraph within the <DL> tags.
|
| Thanks.
|
| --Johnny
|
|
 
Back
Top