HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
Needing help to complete a site menu
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Table
View previous topic :: View next topic  
Author Message
echievements



Joined: 30 Sep 2005
Posts: 1
Location: Essex, MA

PostPosted: Fri Sep 30, 2005 2:33 pm     Needing help to complete a site menu Reply with quote

Echievements has a left menu directory.

The menu provides links to the directory; it shows the parent categories. I would like to show the child/sub categories.

Having trouble using ul and li tags to show the sub/child categories.

This is the html entered:

<P>
<TABLE cellSpacing=0 cellPadding=1 border=0>
<TBODY>
<TR><TD align=left bgColor="#d7e7e7"><FONT face=Arial size=2><nobr><b>Home Page</b></nobr></FONT></TD></TR>

<TR><TD align=left bgColor="#d7e7e7"><FONT face=Arial size=2><nobr><font color=black><b>Subscribe to:</font></b></nobr></FONT></TD></TR>
<TR><TD align=left bgColor="#d7e7e7"><FONT face=Arial size=2>&nbsp;•&nbsp;<nobr><a href="mailto:newsletter-subscribeatechievements.com?subject=Echievements Newsletter subscriber" title="Echievements Newsletter">Echievements Newsletter</a></nobr></FONT></TD></TR>
<TR><TD align=left bgColor="#d7e7e7"><FONT face=Arial size=2><nobr><font color=red><b>Article Library:</font></b></nobr></FONT></TD></TR>
<TR><TD align=left bgColor="#d7e7e7"><FONT face=Arial size=2>&nbsp;•&nbsp;<nobr><a href="/articles/" title="Marketing & Promotion Articles">All Articles</a></nobr></FONT></TD></TR>
<TR><TD align=left bgColor="#d7e7e7"><FONT face=Arial size=2>&nbsp;•&nbsp;<nobr><a href="/authors/" title="Classified by Authors">All Authors</a></nobr></FONT></TD></TR>
<TR><TD align=left bgColor="#d7e7e7"><FONT face=Arial size=2>&nbsp;•&nbsp;<nobr><a href="/category/" title="Classified by Category">All Subjects:</a></font></nobr><TR><TD align=left bgColor="#d7e7e7"><FONT face=Arial size=2>&nbsp;•&nbsp;<nobr><a href="mailto:articlesatechievements.com?subject=ArticleSubmissionToEchievements">Submit Article</a></nobr></FONT></TD></TR>
<TR><TD align=left bgColor="#d7e7e7"><FONT face=Arial size=2><nobr><font color=red><b>Directory:</font></b></nobr></FONT></TD></TR>
<TR><TD align=left bgColor="#d7e7e7"><FONT face=Arial size=2>&nbsp;•&nbsp;<nobr><a href="/index.php/1" title="Business to Business">Your Business</a></nobr></FONT></TD></TR>
<TR><TD align=left bgColor="#d7e7e7"><FONT face=Arial size=2>&nbsp;•&nbsp;<nobr><a href="/index.php/2" title="Computers &amp; Internet">Your Computer</a></nobr></FONT></TD></TR>
<TR><TD align=left bgColor="#d7e7e7"><FONT face=Arial size=2>&nbsp;•&nbsp;<nobr><a href="/index.php/3" title="Education &amp; Fun">Your Education</a></nobr></FONT></TD></TR>
<TR><TD align=left bgColor="#d7e7e7"><FONT face=Arial size=2>&nbsp;•&nbsp;<nobr><a href="/index.php/4" title="Health &amp; Fitness">Your Health</a></nobr></FONT></TD></TR>
<TR><TD align=left bgColor="#d7e7e7"><FONT face=Arial size=2>&nbsp;•&nbsp;<nobr><a href="/index.php/5" title="Home &amp; Family">Your Home</a></nobr></FONT></TD></TR>
<TR><TD align=left bgColor="#d7e7e7"><FONT face=Arial size=2>&nbsp;•&nbsp;<nobr><a href="/index.php/6" title="Marketing &amp; Advertising">Your Marketing </a></nobr></FONT></TD></TR>
<TR><TD align=left bgColor="#d7e7e7"><FONT face=Arial size=2>&nbsp;•&nbsp;<nobr><a href="/index.php/7" title="Money &amp; Employment">Your Money</a></nobr></FONT></TD></TR>
<TR><TD align=left bgColor="#d7e7e7"><FONT face=Arial size=2>&nbsp;•&nbsp;<nobr><a href="/index.php/8" title="Society &amp; Culture">Your Style</a></nobr></FONT></TD></TR>
<TR><TD align=left bgColor="#d7e7e7"><FONT face=Arial size=2>&nbsp;•&nbsp;<nobr><a href="/index.php/9" title="Sports &amp; Recreation">Your Recreation</a></nobr></FONT></TD></TR>
</TABLE>

</p>


How do I get the sub/child categories entered so that they indent/nest?

Thank you for any suggestions and help.

Sincerely,
Ray Randall
http://www.echievements.com
nerdlib



Joined: 24 Aug 2005
Posts: 9

PostPosted: Fri Oct 14, 2005 4:06 am     Ugly... Reply with quote

its Ugly.. but it works.. I mwould use a stylesheet to accomplish what your trying to do but here it is in wokring format.

Code:

<P>
<TABLE cellSpacing=0 cellPadding=1 border=0>
<TBODY>
<TR><TD align=left bgColor="#d7e7e7"><FONT face=Arial size=2><nobr><b>Home Page</b></nobr></FONT></TD></TR>

<TR><TD align=left bgColor="#d7e7e7"><FONT face=Arial size=2><nobr><font color=black><b>Subscribe to:</font></b></nobr></FONT></TD></TR>
<TR><TD align=left bgColor="#d7e7e7"><FONT face=Arial size=2><ul><li><nobr><a href="mailto:newsletter-subscribeatechievements.com?subject=Echievements Newsletter subscriber" title="Echievements Newsletter">Echievements Newsletter</a></nobr></FONT></TD></ul></TR>

<TR><TD align=left bgColor="#d7e7e7"><FONT face=Arial size=2><nobr><font color=red><b>Article Library:</font></b></nobr></FONT></TD></TR>

<TR><TD align=left bgColor="#d7e7e7"><FONT face=Arial size=2><ul><li><nobr><a href="/articles/" title="Marketing & Promotion Articles">All Articles</a></nobr></FONT></TD></ul></TR>
<TR><TD align=left bgColor="#d7e7e7"><FONT face=Arial size=2><ul><li><nobr><a href="/authors/" title="Classified by Authors">All Authors</a></nobr></FONT></TD></ul></TR>
<TR><TD align=left bgColor="#d7e7e7"><FONT face=Arial size=2><ul><li><nobr><a href="/category/" title="Classified by Category">All Subjects:</a></font></nobr><TR><TD align=left bgColor="#d7e7e7"><FONT face=Arial size=2><ul><li><nobr><a href="mailto:articlesatechievements.com?subject=ArticleSubmissionToEchievements">Submit Article</a></nobr></FONT></TD></ul></TR>

<TR><TD align=left bgColor="#d7e7e7"><FONT face=Arial size=2><nobr><font color=red><b>Directory:</font></b></nobr></FONT></TD></TR>
<TR><TD align=left bgColor="#d7e7e7"><FONT face=Arial size=2><ul><li><nobr><a href="/index.php/1" title="Business to Business">Your Business</a></nobr></FONT></TD></ul></TR>
<TR><TD align=left bgColor="#d7e7e7"><FONT face=Arial size=2><ul><li><nobr><a href="/index.php/2" title="Computers &amp; Internet">Your Computer</a></nobr></FONT></TD></ul></TR>
<TR><TD align=left bgColor="#d7e7e7"><FONT face=Arial size=2><ul><li><nobr><a href="/index.php/3" title="Education &amp; Fun">Your Education</a></nobr></FONT></TD></ul></TR>
<TR><TD align=left bgColor="#d7e7e7"><FONT face=Arial size=2><ul><li><nobr><a href="/index.php/4" title="Health &amp; Fitness">Your Health</a></nobr></FONT></TD></ul></TR>
<TR><TD align=left bgColor="#d7e7e7"><FONT face=Arial size=2><ul><li><nobr><a href="/index.php/5" title="Home &amp; Family">Your Home</a></nobr></FONT></TD></ul></TR>
<TR><TD align=left bgColor="#d7e7e7"><FONT face=Arial size=2><ul><li><nobr><a href="/index.php/6" title="Marketing &amp; Advertising">Your Marketing </a></nobr></FONT></TD></ul></TR>
<TR><TD align=left bgColor="#d7e7e7"><FONT face=Arial size=2><ul><li><nobr><a href="/index.php/7" title="Money &amp; Employment">Your Money</a></nobr></FONT></TD></ul></TR>
<TR><TD align=left bgColor="#d7e7e7"><FONT face=Arial size=2><ul><li><nobr><a href="/index.php/8" title="Society &amp; Culture">Your Style</a></nobr></FONT></TD></ul></TR>
<TR><TD align=left bgColor="#d7e7e7"><FONT face=Arial size=2><ul><li><nobr><a href="/index.php/9" title="Sports &amp; Recreation">Your Recreation</a></nobr></FONT></TD></ul></TR>
</TABLE>

</p>

[/code]
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Table All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial