![]() |
| Adobe Forums » Adobe Influences » Dynamic Html » Re: Bulleted lists in Dreamweaver |
| Tags: |
![]() |
| LinkBack | Thread Tools | Display Modes |
|
|||
|
Use CSS to set the top margin on the <ul> tag to zero, and the bottom margin
on the <p> tag to zero (inline styles shown below) - <tr> <td width="50%" valign="top" class="bodytext"> <p style="margin-bottom:0;"><strong>Insurance:</strong></p> <ul style="margin-top:0;"> -- Murray --- ICQ 71997575 Adobe Community Expert (If you *MUST* email me, don't LAUGH when you do so!) ================== http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.dwfaq.com - DW FAQs, Tutorials & Resources ================== "angelfish723" <webforumsuser@macromedia.com> wrote in message news:gbe9ch$lch$1@forums.macromedia.com... > I'm trying to adjust the leading in a bulleted list in Dreamweaver so that > the > bullets are closer to the subheads. For example, how would I make "$85 for > 1st > piece" closer to "Insurance:"? Someone else originally did this work, and > I'm > newer to html so any help is greatly appreciated! > > Thanks! > Sam > > <tr> > <td width="50%" valign="top" > class="bodytext"><p><strong>Insurance:</strong></p> > <ul> > <li>$85 for 1st piece<br /> > <br /> > </li> > </ul> > <p><strong>Estate:</strong></p> > <ul> > <li>$100 for 1st piece</li> > <li>For large estate, price can be quoted on sight. <br /> > <br /> > |
![]() |
| Thread Tools | |
| Display Modes | |
|
|