perhaps but it does work does it not?!

Krystian - Sunlust wrote:
> On 4/6/08, Andrew Doades <[EMAIL PROTECTED]> wrote:
>   
>> remove the <ul> from start and end!
>>
>> This will give you just the bullet points!
>>
>> Andrew
>>
>>     
>
> That's semanticaly incorrect,
> just set padding and margin to 0 and that should fix it.
>
> ul {
> margin: 0;
> padding: 0; }
>
> also, it should be:
>
> <ul>
>  <li>First item </li>
>  <li>Second item </li>
>  <li>Third item </li>
>  </ul>
>
> Regards,
>
>   
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to