At 08:22 AM 12/22/2005 , Thomas Peklak wrote:
>Hi!
>Mayby it helps, when you write the valid html-code for the list-element:
>
> > <div id="odd">
> > <h3>Baldwin to Jacksonville</h3>
>
><ul>
> > <li>RTC&nbsp;&nbsp; FPBT</li>
></ul>
>
> > <p>Region: Northern<br>
> > Location: Baldwin to Jacksonville<br>
> > Activities: Walking, Horseback Riding, Biking<br>
> > Length: 14 miles </p>
> > </div>
>
>Hope this helps. Best regards,       Thomas

Yes!
New CSS:

#wrapper ul, li
{display: inline;
margin-left: 30px;
background-color:white;
list-style-type:none;
font-size:13px;
font-family:Verdana, Helvetica, Arial, Helv, sans-serif;
line-height: 25px;
font-weight:bold;
padding: 0 6px 0 6px}

Correct (?) HTML
<div id="odd">
<h3>Baldwin to Jacksonville Rail-Trail</h3>

<ul><li>14 miles</li><li>RTC&nbsp;&nbsp; FPBT</li></ul>

<p>Region: Northern<br>
Location: Baldwin to Jacksonville<br>
Activities: Walking, Horseback Riding, Biking<br>
</p>
</div>

Thanks to all,
-Mike


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to