| Topic: |
DEVELOP > Dreamweaver |
| User: |
"ntbdy" |
| Date: |
05 Feb 2008 12:09:55 PM |
| Object: |
OL with tables |
When I use an ordered list, and the list item is a table, then the number (of
the order) is at the bottom left of the table, instead of at the top left. I
see this: xxxxxxxxxxxxxxxxxxx x x x 1. xxxxxxxxxxxxxxxxxxx
But what I want is this: 1. xxxxxxxxxxxxxxxxxxx x x x
xxxxxxxxxxxxxxxxxxx Can I get the number at top left? (I know the diagram
probably won't post well, but I hop eit gives the idea anyway.) Thanks.
.
|
|
| User: "darrel" |
|
| Title: Re: OL with tables |
05 Feb 2008 12:11:55 PM |
|
|
When I use an ordered list, and the list item is a table, then the number
(of
the order) is at the bottom left of the table, instead of at the top left.
I
see this: xxxxxxxxxxxxxxxxxxx x x x 1.
xxxxxxxxxxxxxxxxxxx
But what I want is this: 1. xxxxxxxxxxxxxxxxxxx x x x
xxxxxxxxxxxxxxxxxxx Can I get the number at top left? (I know the
diagram
probably won't post well, but I hop eit gives the idea anyway.) Thanks.
OLs and TABLEs are two different things. How, exactly, are you combining the
two?
-Darrel
.
|
|
|
|
| User: "its OK" |
|
| Title: Re: OL with tables |
05 Feb 2008 12:25:07 PM |
|
|
Using a table may be your problem. Try using div's instead, as part of a css
file. <ol> <li>item 1</li> <li>item 2</li> <li>item 3</li> <li>item 4</li>
</ol> The above example will work fine in normall css layout.
.
|
|
|
| User: "Murray *ACE*" |
|
| Title: Re: OL with tables |
05 Feb 2008 12:49:31 PM |
|
|
Oh - it sounds like the OP is PUTTING A TABLE INTO A LIST? Egads....
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================
"its OK" <webforumsuser@macromedia.com> wrote in message
news:foa9m3$1j7$1@forums.macromedia.com...
Using a table may be your problem. Try using div's instead, as part of a
css
file. <ol> <li>item 1</li> <li>item 2</li> <li>item 3</li> <li>item
4</li>
</ol> The above example will work fine in normall css layout.
.
|
|
|
|
| User: "Murray *ACE*" |
|
| Title: Re: OL with tables |
05 Feb 2008 12:48:53 PM |
|
|
Why would using a table be a problem in this case?
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================
"its OK" <webforumsuser@macromedia.com> wrote in message
news:foa9m3$1j7$1@forums.macromedia.com...
Using a table may be your problem. Try using div's instead, as part of a
css
file. <ol> <li>item 1</li> <li>item 2</li> <li>item 3</li> <li>item
4</li>
</ol> The above example will work fine in normall css layout.
.
|
|
|
|
|

|
Related Articles |
|
|