How can I control vertical spacing in a menu drop-down?

Here is my drop-down list:

IMG_1589.JPG

What I want is a vertical space as follows:

Die Familie von Zacharias

Bayer (auf deutsch)

Die Familie von Zacharias

Bayer (auf English)

Die emigrants Bayer

(auf English)

Here is my script:

< li > < a href = "index_deutsch.htm" target = "_self" > Buchseite < /a > "

< ul >

"< li > < a href="buch_ZACH/buch_cover/0_buchZach_cover.htm "target ="_self"> Die Familie von Zacharias Bayer (auf deutsch) < /a > < /li >

"< li > < a href="buch_ZACH/buch_cover/0_buchZach_cover_english.htm "target ="_self"> Die Familie von Zacharias Bayer (auf English) < /a > < /li >

< li > < a href = "buch_AUSW/ausw.htm" target = "_self" > Die emigrants Bayer (auf English) < /a > < /li > "

< /ul >

< /li >

How can I get the desired vertical line spacing?  Thank you.

Jim

Add this to the css...

line-height: 2em;

Tags: Dreamweaver

Similar Questions

Maybe you are looking for