Hey
I am currently coding a layout using definition lists, <dt><dd><dl> and so and so forth. I was wondering if someone could tell me how to use them more then once.,
Thanks
NZB
| SitePoint Sponsor |
Hey
I am currently coding a layout using definition lists, <dt><dd><dl> and so and so forth. I was wondering if someone could tell me how to use them more then once.,
Thanks
NZB
LogDiary.com - AUCTION!
Yahoo: NZBDesign | MSN: nathan.z.b@gmail.com

I think that's what you're looking for. If not clarify your request.HTML Code:<dl> <dt>Term 1</dt> <dd>Definition goes here...</dd> <dt>Term 2</dt> <dd>Definition goes here...</dd> <dt>Term 3</dt> <dd>Definition goes here...</dd> <dl>![]()
John Conde | Facebook | Twitter
Brainyminds Merchant Account Services I Love Code eBook Giant
Authorize.Net: AIM API | ARB API | CIM API Get the FREE code!
Merchant Accounts 101 | Ecommerce 101
Maybe you mean this :?Code:<dl id="list1"> <dt>Term 1</dt> <dd>Definition goes here...</dd> <dt>Term 2</dt> <dd>Definition goes here...</dd> <dt>Term 3</dt> <dd>Definition goes here...</dd> <dl> <dl id="list2"> <dt>Term 1</dt> <dd>Definition goes here...</dd> <dt>Term 2</dt> <dd>Definition goes here...</dd> <dt>Term 3</dt> <dd>Definition goes here...</dd> <dl>
BonRouge, exactly what m looking for. But in both instances...all three definiations require a different style. What should the css structure look like?
LogDiary.com - AUCTION!
Yahoo: NZBDesign | MSN: nathan.z.b@gmail.com
Nevermind guys, i fgured it all out. One more thing added top my css knowledge.
LogDiary.com - AUCTION!
Yahoo: NZBDesign | MSN: nathan.z.b@gmail.com
Bookmarks