Re: [css-d] Bullet list without paragraph break

2008-04-07 Thread Alan Gresley
Andrew Doades wrote: Yes, I understand it may not be the correct way to go about this problem, but it was a simple solution that with almost every modern browser will work. [...] Andrew Hi Andrew. For list li you can use. float:left; float:right; display:inline; display:inline-block;

[css-d] Bullet list without paragraph break

2008-04-06 Thread The Color Guard
Hi, I'm new to CSS and new to the list. I just started going through the exercises in Meyer's book, and they're great -- I am catching on. Meanwhile, I ran across a problem which might be basic html; I hope y'all don't mind. (Maybe it could be solved with CSS.) I want to make a bulleted list,

Re: [css-d] Bullet list without paragraph break

2008-04-06 Thread Jim Davis
The rule is display: inline See http://css.maxdesign.com.au/listamatic/horizontal01.htm for a basic example. Jim On Sun, Apr 6, 2008 at 7:07 AM, The Color Guard [EMAIL PROTECTED] wrote: Hi, I'm new to CSS and new to the list. I just started going through the exercises in Meyer's book, and

Re: [css-d] Bullet list without paragraph break

2008-04-06 Thread Andrew Doades
remove the ul from start and end! This will give you just the bullet points! Andrew The Color Guard wrote: Hi, I'm new to CSS and new to the list. I just started going through the exercises in Meyer's book, and they're great -- I am catching on. Meanwhile, I ran across a problem which might

Re: [css-d] Bullet list without paragraph break

2008-04-06 Thread Andrew Doades
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

Re: [css-d] Bullet list without paragraph break

2008-04-06 Thread Michael Adams
On Sun, 06 Apr 2008 15:33:49 +0100 Andrew Doades wrote: remove the ul from start and end! This will give you just the bullet points! [snip] But will not be valid code. -- Michael All shall be well, and all shall be well, and all manner of things shall be well - Julian of Norwich 1342

Re: [css-d] Bullet list without paragraph break

2008-04-06 Thread Andrew Doades
Yes, I understand it may not be the correct way to go about this problem, but it was a simple solution that with almost every modern browser will work. The other thing was that the inline control will line these links up in a well line, what if he wants them in a sidebar format? Andrew Jim

Re: [css-d] Bullet list without paragraph break

2008-04-06 Thread Jim Nannery
Afternoon Andrew You wrote: 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