Jump to content

Deepa

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Deepa

  1. hmm.. i think so too..How much i wish the <ol> tag had something lilke<ol order='ASC or DSC'> for ascending and descending order.. Would maek lot of things easierThanks anyway..
  2. Actullay I am tryoing to use this in my blog tempalteBy default.. the blog posts are not numbered,,, i was able to locate and add numbers to the posts..Since the posts are displayed in Latest post first.... i want the numbers to appear in decending order..
  3. Hi..I understnad that Code:<ol><li> Car</li><li>Bus</li><li>Train</li></ol>will display 1.Car2.Bus3.TrainI want the lists to appear decending order as in3.Car2.Bus1.TrainThe logic is "Train"-- was added first, and the most recent addition-- "Car" is shown at the topNow these lists are added dynamicaly .. so i cannot use the <li value=#></li> manually for all the list itemsAny help is great helpThank youDeepa
×
×
  • Create New...