numbered

How do I keep Numbered Lists indented in html/css?

How do you keep numbered lists indented using HTML/CSS? I have a page where the digits are not indented and it does not look good. Here is a sample page: http://php.wmsgroup.com/eofd6.org/volunteer.html CSS is at: http://php.wmsgroup.com/eofd6.org/in.css Thanks! ...

Cross-database queries with numbered database name

Hi there, I'm a bit of a novice when it comes to SQL Server 2005. I have a database containing most of the stored procedures and tables (we'll call it 'GrandDatabase'). Each user has its own separate database named after the user's numbered ID. So I have a database list as follows, for example: GrandDatabase 100 101 102 ... I need ...

Renumbering numerically ordered div ID's when adding one in the middle with Javascript

I'm developing an application with javascript. What I need is to have divs with id's (1,2,3...) and be able to insert a div between, for example, 2 and 3, with jquery, and then have that be the new three, and three becomes four, four becomes five, etc. I've got the div insertion working, I just need to know how to reorder the divs. Any i...

Created a numbered list with For Loop

You would think I would get this done in 10 seconds, but I've spent 1/2 hour and am getting nowhere..Here is what I have/want: <table> <% i=0 %> <% for name in @names%> <% i++ %> <tr> <td><%= "#{i}" %></td> <td><%= name.first %>"></td> </tr> </table> Yes, all I want is a numbered list of names, l...

How to create a bulleted or numbered list with Qt?

How to create a bulleted or numbered list in QTextEdit with Qt by clicking a button? Also it is necessary that make a list the paragraphes which are selected by clicking the same button. And when the cursor is in the list and you click the button, the the list item becomes not-list item, but a simple paragraph. In two words I want to cr...