-----Original Message-----
How do I modify the tag for definition list.
It indents too much and I want to change the font.
People don't use definition lists much anymore, because
of the inflexibility you've discovered.
However, to do what you want:
1. Choose Style from the Format menu.
2. In the "List" box at the bottom left, select
User-Defined Styles.
3. Click New.
4. Enter dl in the Name box, then click Format and Font.
5. Specify the font you want, then click OK.
6. Enter dd in the Name box, then click Format and
Paragraph.
7. Under Indentation, in the Before Text box, enter the
amount of indentation you want (i.e. 10px for
to pixels.
8. Click OK, OK, and OK.
you want
Alternatively, switch to HTML view and add these four
lines to the <head> section.
<style>
dl { font-family: Arial;}
dd { margin-left: 10px; }
</style>
Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*------------------------------------------------------*
|\----------------------------------------------------/|
|| Microsoft Office FrontPage 2003 Inside Out ||
|| Microsoft FrontPage Version 2002 Inside Out ||
|| Web Database Development Step by Step .NET Edition ||
|| Troubleshooting Microsoft FrontPage 2002 ||
|| Faster Smarter Beginning Programming ||
|| (All from Microsoft Press) ||
|/----------------------------------------------------\|
*------------------------------------------------------*