HOME
TUTORIAL
∇
Applets
Comments
CSS
Document Tags
Embed
Fonts
Forms
Frames
Images
Lines & Paragraphs
Links
Lists
Logical Tags
Scripts
Sounds
Symbols
Tables
Weird Tags
FORUM
∇
HTML Help
Web Design
Programming Languages
Web Hosting
Domain Names
Marketing
Community
QUICK LIST
CSS
Forum Home
FAQ
Search
Memberlist
Register
Profile
Log in to check your private messages
Log in
Register
- Not registered yet? Got something to say?
Join HTML Code Tutorial
!
Needing help to complete a site menu
HTML Help Forum Index
->
HTML Table
View previous topic
::
View next topic
Author
Message
echievements
Joined: 30 Sep 2005
Posts: 1
Location: Essex, MA
Posted: Fri Sep 30, 2005 2:33 pm
Needing help to complete a site menu
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> • <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> • <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> • <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> • <nobr><a href="/category/" title="Classified by Category">All Subjects:</a></font></nobr><TR><TD align=left bgColor="#d7e7e7"><FONT face=Arial size=2> • <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> • <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> • <nobr><a href="/index.php/2" title="Computers & Internet">Your Computer</a></nobr></FONT></TD></TR>
<TR><TD align=left bgColor="#d7e7e7"><FONT face=Arial size=2> • <nobr><a href="/index.php/3" title="Education & Fun">Your Education</a></nobr></FONT></TD></TR>
<TR><TD align=left bgColor="#d7e7e7"><FONT face=Arial size=2> • <nobr><a href="/index.php/4" title="Health & Fitness">Your Health</a></nobr></FONT></TD></TR>
<TR><TD align=left bgColor="#d7e7e7"><FONT face=Arial size=2> • <nobr><a href="/index.php/5" title="Home & Family">Your Home</a></nobr></FONT></TD></TR>
<TR><TD align=left bgColor="#d7e7e7"><FONT face=Arial size=2> • <nobr><a href="/index.php/6" title="Marketing & Advertising">Your Marketing </a></nobr></FONT></TD></TR>
<TR><TD align=left bgColor="#d7e7e7"><FONT face=Arial size=2> • <nobr><a href="/index.php/7" title="Money & Employment">Your Money</a></nobr></FONT></TD></TR>
<TR><TD align=left bgColor="#d7e7e7"><FONT face=Arial size=2> • <nobr><a href="/index.php/8" title="Society & Culture">Your Style</a></nobr></FONT></TD></TR>
<TR><TD align=left bgColor="#d7e7e7"><FONT face=Arial size=2> • <nobr><a href="/index.php/9" title="Sports & 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
Posted: Fri Oct 14, 2005 4:06 am
Ugly...
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 & 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 & 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 & 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 & 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 & 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 & 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 & 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 & Recreation">Your Recreation</a></nobr></FONT></TD></ul></TR>
</TABLE>
</p>
[/code]
Display posts from previous:
All Posts
1 Day
7 Days
2 Weeks
1 Month
3 Months
6 Months
1 Year
Oldest First
Newest First
HTML Help Forum Index
->
HTML Table
All times are GMT - 8 Hours
Page
1
of
1
Jump to:
Select a forum
Announcements
----------------
Announcements
HTML Help
----------------
HTML FAQ
General HTML
HTML Form
HTML Table
HTML Frame
CSS
DHTML
SSI
MySpace
HTML Tools
Web Design
----------------
Images & Graphics
Templates
Multimedia
Programming Languages
----------------
Javascript
PHP
Perl
ASP
Others
Web Hosting
----------------
Free Hosting
Shared Hosting
Dedicated, Managed, and Co-located Hosting
Hosting Business and Reseller Hosting
Domain Names
----------------
Registrars
Tools
For Sale, Wanted, & Appraisals
Expired Domains
Monetization
Legal Issues
Marketing
----------------
SEO
PPC
Affiliate Marketing
Other Internet Marketing
Community
----------------
Miscellaneous
Website Review
Introduce Yourself
Feedback
Praise
Errors
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
Your Ad Here
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HOSTING / DESIGN
$1.99 Domain Registration
Cheap Web Hosting
Website Templates
MAKE MONEY
Sell Domain Names
Sell Website Templates
Home
|
Tutorials
|
Forum
|
Quick List
|
Link Directory
|
About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial