Hi all,
I want to create an inline styled list, with two elements inside this list
which are block level > 1st level: An image which will be <img src="" />
coded, and 2nd Level: a line of text underneath the image.
ie: A list with two elements, one sitting under the other in the same list
item.
Is it best to create a unordered list and have another list within this?
--------
<li>
<ul>
<li><a href="#"><img src="img/xxx.jpg" alt=" " width=" " height="
" /></a></li>
<li class="text"><a href="#">text</a></li>
</ul>
</li>
-------
Would appreiciate URL examples if anyone has any.
--
Regards,
Jim Callender
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************