Hi,

I am in the process of building a template for a page of search results. The
rest of the website is XHTML Strict so I'm having to code it this way.

Had I been doing it with HTML Transitional or similar, I would have displayed a
second page of results as follows:

<ol start="11"><li>First result</li>
<li>Second...</li>
...
</ol>

Which would produce:

11. First result
12. Second...
...

Do you have any suggestions as to how I could achieve a similar effect with
XHTML Strict? I was thinking of using a CSS counter but I wasn't sure how that
would play with several pages of dynamic results.

Many thanks,

--
Ian Fenn
Chopstix Media
http://www.chopstixmedia.com/
******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to