Web Design Web Design Forum
Registration is free! Here you can view your subscribed threads, work with private messages and edit your profile and preferences Calendar Find other members Frequently Asked Questions Search
Home Web Design

Convenient web based access to our favorite web design Usenet groups

web design reviews

This is Interesting: Free Magazines for Graphics designers and webmasters  





  Last Thread  Next Thread
Author
Thread Post New Thread   

Creating a split <ol> bullet list
 

Benjamin Dover




quote this post edit post

IP Loged report this post

Old Post  09-30-04 - 12:17 AM  
I need to create an enumerated list which contains 40 items.  Using
<ol><li>item 1</li>...etc.  I was able to get a nice list with numbered
items.  Now the list is too long (vertically) so I am using a 2 column table
to split the list into 2 columns running side-by-side.  Is there anyway when
using the <ol> tag to have the number sequence of the second column "begin"
at number 21 and continue on from there?

Thanks in advance.




Post Follow-Up to this message ]
Re: Creating a split <ol> bullet list
 

Kindler Chase




quote this post edit post

IP Loged report this post

Old Post  09-30-04 - 12:17 AM  
Benjamin Dover wrote:
> I need to create an enumerated list which contains 40 items.  Using
> <ol><li>item 1</li>...etc.  I was able to get a nice list with
> numbered items.  Now the list is too long (vertically) so I am using
> a 2 column table to split the list into 2 columns running
> side-by-side.  Is there anyway when using the <ol> tag to have the
> number sequence of the second column "begin" at number 21 and
> continue on from there?

You'll need to use the 'start' attribute:
<ol start="21">
<li>item</li>
<li>item</li>
<li>item</li>
<li>item</li>
</ol>

--
kindler chase
http://www.ncubed.com
SuperInvoice: For the Financially Unorganized

news://news.ncubed.com/support
n3 Support Group




Post Follow-Up to this message ]
Re: Creating a split <ol> bullet list
 

Benjamin Dover




quote this post edit post

IP Loged report this post

Old Post  09-30-04 - 12:17 AM  
That worked!  Thanks so much!




Post Follow-Up to this message ]
Re: Creating a split <ol> bullet list
 

Joe Makowiec




quote this post edit post

IP Loged report this post

Old Post  09-30-04 - 04:15 AM  
On 29 Sep 2004 in macromedia.dreamweaver, Benjamin Dover wrote:

> I need to create an enumerated list which contains 40 items.  Using
> <ol><li>item 1</li>...etc.  I was able to get a nice list with
> numbered items.  Now the list is too long (vertically) so I am using
> a 2 column table to split the list into 2 columns running
> side-by-side.  Is there anyway when using the <ol> tag to have the
> number sequence of the second column "begin" at number 21 and
> continue on from there?

I don't have an HTML reference to hand, but I seem to recall that the
<ol> tag has a 'start item number' attribute.  Never mind; I looked it
up; it's start:
<ol start="99">
<li>This will have number 99</li>
<li>This will have number 100</li>
...

--
Joe Makowiec
http://makowiec.net/
Email: http://makowiec.net/email.php


Post Follow-Up to this message ]
Sponsored Links
 





All times are GMT. The time now is 06:02 PM. Post New Thread   
  Previous Last Thread   Next Thread next
Dreamweaver archive | Show Printable Version | Email this Page | Subscribe to this Thread

Popular forums

Adobe Photoshop forum Macromedia Flash Web Site Design
Dreamweaver FrontPage forum
JavaScript Forum XML forum
Style Sheets VRML
Forum Jump:
Rate This Thread:

 

XML RSS Feed web design latest articles Syndicate our forum via XML or simple JavaScript

Web Design archive  Database administration help  


Top Home  -  Register  -  Control Panel   -  Memberlist  -  Calendar  -  Faq  -  Search Top