Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Invisible Links on a menu

10 views
Skip to first unread message

jack...@gmail.com

unread,
Sep 12, 2006, 10:37:38 PM9/12/06
to
Writing a CD menu, and none of the links in the "Click on one of the
below" table show until after the link is clicked on. In IE, it shows
fine.
A typicle link is written as :
<p><LI><a href="readme.txt" target="top"><u>ReadMe text
file</u></a></p>

Any ideas, please. I am completely new at this, so...
Jack Ray
Cincinnati, Ohio, USA

C A Upsdell

unread,
Sep 13, 2006, 12:08:46 AM9/13/06
to
jack...@gmail.com wrote:
> Writing a CD menu, and none of the links in the "Click on one of the
> below" table show until after the link is clicked on. In IE, it shows
> fine.
> A typicle link is written as :
> <p><LI><a href="readme.txt" target="top"><u>ReadMe text
> file</u></a></p>

You'll have to learn HTML a little better. An <LI> cannot be within a
<P>. And you don't need <U> to create the underline, since being
enclosed in an <A> will automatically do this.

Check out the W3C site, www.w3.org, and look for the validators offered
which you can use to determine if your code is valid, i.e. syntactically
correct.


0 new messages