Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: order list in a <table>


Message #1 by "Hovik Melkomian" <melvik@b...> on Sun, 1 Dec 2002 08:18:05 +0330
Sure, but you're in the wrong messageboard.  Consult either the Javascript,
ASP, PHP, or XML boards for this kind of operation.  You really aren't
going to be able to do this with simple, plain HTML and CSS only.



> I meant something like this:
1   Name1   Family1
2   Name2   Family2
3   Name3   Family3
4   Name4   Family4

Tnx, Hovik.

----- Original Message -----
From: "Draco Associates Ltd." <jmail@d...>
To: "HTML Code Clinic" <html_code_clinic@p...>
Sent: Sunday, December 01, 2002 9:29 AM
Subject: [html_code_clinic] RE: order list in a <table>



<ol>
<li {list-style-type:decimal}>First element</li>
<li {list-style-type:decimal}>Second element</li>
</ol>

-----Original Message-----
From: Hovik Melkomian [mailto:melvik@b...]
Sent: Saturday, November 30, 2002 11:48 PM
To: HTML Code Clinic
Subject: [html_code_clinic] order list in a <table>


Can I have <ol> & <ul> ordered list in a <table>?!
I mean I want to give a column's number automaticly.

Can I?! If yes How?!

Thanks in advance,
Hovik.



---
Change your mail options at http://p2p.wrox.com/manager.asp or
to unsubscribe send a blank email to




---
Change your mail options at http://p2p.wrox.com/manager.asp or
to unsubscribe send a blank email to





  Return to Index