<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml";>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>

<body>
hello
<ol>

    <li>With Adobe® Dreamweaver® CS3, you can visually design, develop, and
deploy dynamic user interfaces using the Spry framework for Ajax. The Spry
framework for Ajax is a JavaScript library for web designers that allows
designers to build pages that provide a richer experience for their users.
Unlike other Ajax frameworks, Spry is accessible to both designers and
developers alike, as 99% of it is actually HTML. See Building Spry pages
visually.

</li>


    <li>Spry widgets are prebuilt, common user interface components that you
can customize using CSS, and then add to your web pages. With Dreamweaver,
you can add a number of Spry widgets to your pages, including XML-driven
lists and tables, accordions, tabbed interfaces, and form elements with
validation. See Adding Spry widgets.

</li>


    <li>Dreamweaver includes enhanced integration with Photoshop CS3. Now,
designers can simply select any portion of a design in Photoshop—even across
multiple layers—and paste it directly into a Dreamweaver page. Dreamweaver
presents a dialog box where you can specify optimization options for the
image. Should you ever need to edit the image, simply double-click the image
to open the original layered PSD file in Photoshop for editing. See Working
with Photoshop.
</li>

</ol>
</body>
</html>






use this above  code in new html file .. your problem will be solved..
no need to add any css.. its default ...
tested in Firefox, IE6, 7 & 8

-Narhari

On Tue, Jul 6, 2010 at 2:31 PM, Chris <[email protected]> wrote:

> Thanks, that did the trick. I use firefox.
>
> On Jul 1, 4:37 pm, "Jamie C." <[email protected]> wrote:
> > Hi Chris,
> >
> > If I am understanding you correctly, you just need to specify the
> > "list-style-position".
> >
> > ul {list-stye-position: outside}
> >
> > http://www.w3schools.com/css/pr_list-style-position.asp
> >
> > Good Luck,
> > Jamie
> >
> > On Thu, Jul 1, 2010 at 10:27 AM, Chris <[email protected]> wrote:
> > > Thanks for the reply.  That is not exactly what I meant. It is more
> > > like this:
> >
> > > 1.  This is the first part of item 1
> > >     The first word of this line is under the first word of the
> > > previous line
> > > 2.   And so on
> > >      And so on.
> >
> > > NOT like this:
> >
> > > 1.  Here are items
> > > that is completely left justified
> >
> > > Does that make sense?
> >
> > > On Jun 29, 9:58 pm, Brandtley McMinn <[email protected]> wrote:
> > > > Hey Chris,
> >
> > > > I think I understand what you mean. If you're looking for something
> that
> > > > looks like this:
> >
> > > > 1. Item name bit/
> > > >      1st sub item
> > > >      2nd sub item/
> > > > 2. Other item bit
> > > > ...
> > > > ...
> >
> > > > Thats a matter of clever nesting of your lists. So essentially your
> > > > markup would have:
> >
> > > > <ol>
> > > > <li>Title
> > > > <ul class="subitems">
> > > > <li>Sub item of Title</li>
> > > > <li>Other sub item</li>
> > > > </ul>
> > > > </li>
> > > > <li>Second Title</li>
> > > > </ol>
> >
> > > > Then all you would need to do from there is target the <ul> with a
> class
> > > > attribute and style the margin however you need it.
> >
> > > > Hope this helps,
> >
> > > > -- Brandtley McMinn - Creative Director
> >
> > > > >  Gigglebox Studios XD
> > > > >  [email protected]
> > > > >  512.406.1666
> >
> > > > On 6/29/2010 9:32 AM, Chris wrote:
> >
> > > > > This is my first post to this group. Sorry if the question is lame
> and
> > > > > obvious.
> >
> > > > > I would like to create an ordered list where the text is not
> aligned
> > > > > under the item number but rather under the first letter of the
> > > > > sentence. I tried changing the margin attribute, but that didn't
> work.
> >
> > > > > Thanks,
> > > > > Chris
> >
> > > --
> > > --
> > > You received this because you are subscribed to the "Design the Web
> with
> > > CSS" at Google groups.
> > > To post: [email protected]
> > > To unsubscribe: [email protected]
>
> --
> --
> You received this because you are subscribed to the "Design the Web with
> CSS" at Google groups.
> To post: [email protected]
> To unsubscribe: [email protected]




-- 
Narhari Gaikwad
Web Designer
Indore, INDIA
e-mail     : [email protected]
             : [email protected]

-- 
--
You received this because you are subscribed to the "Design the Web with CSS" 
at Google groups.
To post: [email protected]
To unsubscribe: [email protected]

Reply via email to