Click here to Skip to main content
15,897,891 members
Home / Discussions / Web Development
   

Web Development

 
Answerrepost Pin
Not Active22-Feb-10 20:59
mentorNot Active22-Feb-10 20:59 
QuestionHow to use Numbered Lists inside HTML tables Pin
Marc Hankin22-Feb-10 15:38
Marc Hankin22-Feb-10 15:38 
AnswerRe: How to use Numbered Lists inside HTML tables Pin
Not Active22-Feb-10 20:56
mentorNot Active22-Feb-10 20:56 
GeneralI need the Numbered Lists to work across cells inside HTML tables Pin
Marc Hankin23-Feb-10 9:44
Marc Hankin23-Feb-10 9:44 
GeneralRe: I need the Numbered Lists to work across cells inside HTML tables Pin
Not Active23-Feb-10 9:54
mentorNot Active23-Feb-10 9:54 
GeneralRe: I need the Numbered Lists to work across cells inside HTML tables Pin
Marc Hankin23-Feb-10 14:11
Marc Hankin23-Feb-10 14:11 
GeneralRe: I need the Numbered Lists to work across cells inside HTML tables Pin
Not Active23-Feb-10 15:05
mentorNot Active23-Feb-10 15:05 
AnswerRe: How to use Numbered Lists inside HTML tables Pin
daveyerwin23-Feb-10 8:21
daveyerwin23-Feb-10 8:21 
I don't think you will be able to do that with
tables but css can give you the disired results.
Here is an example ...

<pre>
<html>
<head>
<title>My HTML application</title>
<HTA:APPLICATION
APPLICATIONNAME="My HTML application"
ID="MyHTMLapplication"
VERSION="1.0"/>
<style>
div{
width:280px;
}
ol{
padding: 0;
margin-top: 0;
margin-bottom: 0;
border-top: 1px solid black;
border-left: 1px solid black;
border-right: 1px solid black;
}
ol li{
border-bottom: 1px solid black;
color:red;
}
ol li span{
border-right: 1px solid black;
width:120px
}
</style>
<script language="VBScript">
Sub Window_OnLoad
End Sub
</script></head>
<body>
<font size ="4"><b><u>My Outline-Numbering Wish List</u></b>
<br>

<div>
<ol>
<li> <span> Decimal type </span>Right Column </li>
<li> <span> Tea type <br> it says 2</span>Right Column </li>
<li> <span>Coca Cola type <br> it says 3</span>Right Column </li>
</ol>
</div>


</body>
</html>
</pre>
GeneralRe: How to use Numbered Lists inside HTML tables Pin
Marc Hankin23-Feb-10 18:14
Marc Hankin23-Feb-10 18:14 
QuestionUnhide IMAP mailbox [modified] Pin
DaveyM6922-Feb-10 1:52
professionalDaveyM6922-Feb-10 1:52 
AnswerRe: Unhide IMAP mailbox Pin
DaveyM6913-Mar-10 5:29
professionalDaveyM6913-Mar-10 5:29 
QuestionMessage Removed Pin
20-Feb-10 16:16
DTM Design Team20-Feb-10 16:16 
AnswerRe: Map Creation Templates/Software Pin
Not Active20-Feb-10 17:24
mentorNot Active20-Feb-10 17:24 
GeneralRe: Map Creation Templates/Software Pin
DTM Design Team20-Feb-10 20:43
DTM Design Team20-Feb-10 20:43 
GeneralRe: Map Creation Templates/Software Pin
Richard MacCutchan20-Feb-10 21:37
mveRichard MacCutchan20-Feb-10 21:37 
GeneralRe: Map Creation Templates/Software Pin
DTM Design Team20-Feb-10 22:05
DTM Design Team20-Feb-10 22:05 
GeneralRe: Map Creation Templates/Software Pin
Richard MacCutchan21-Feb-10 9:40
mveRichard MacCutchan21-Feb-10 9:40 
GeneralRe: Map Creation Templates/Software Pin
DTM Design Team22-Feb-10 15:10
DTM Design Team22-Feb-10 15:10 
Questiondeployment of website Pin
manjari kar19-Feb-10 22:11
manjari kar19-Feb-10 22:11 
AnswerRe: deployment of website Pin
Not Active20-Feb-10 3:28
mentorNot Active20-Feb-10 3:28 
AnswerRe: deployment of website Pin
The Man from U.N.C.L.E.22-Feb-10 2:34
The Man from U.N.C.L.E.22-Feb-10 2:34 
JokeRe: deployment of website Pin
Not Active22-Feb-10 3:22
mentorNot Active22-Feb-10 3:22 
JokeRe: deployment of website Pin
The Man from U.N.C.L.E.22-Feb-10 22:51
The Man from U.N.C.L.E.22-Feb-10 22:51 
QuestionCommand Line Executables Pin
EvanSaunders19-Feb-10 1:51
EvanSaunders19-Feb-10 1:51 
QuestionExternal data Pin
jamesbrowne18-Feb-10 8:39
jamesbrowne18-Feb-10 8:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.