Hi guys,
I've never had to do this before but I have a design that has two divs floated next to each other.
The divs each hold a list.
Left div has a list of items 1-50
The right div also displays items 1-50
Is there a way for the right div list to continue the ordered list sequence, so instead of it also reading 1-50 it reads 51-100?
I've been searching on the net and found acommand for the <ol> however this doesn't seem to work.continuation="continues"
Any suggestions?







Bookmarks