Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Invisible Links on a menu
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
jackray2@gmail.com  
View profile  
 More options Sep 12 2006, 10:37 pm
Newsgroups: mozilla.dev.tech.html
From: "jackr...@gmail.com" <jackr...@gmail.com>
Date: 12 Sep 2006 19:37:38 -0700
Local: Tues, Sep 12 2006 10:37 pm
Subject: Invisible Links on a menu
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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
C A Upsdell  
View profile  
 More options Sep 13 2006, 12:08 am
Newsgroups: mozilla.dev.tech.html
From: C A Upsdell <""cupsdell\"@nos...@upsdell.com">
Date: Wed, 13 Sep 2006 00:08:46 -0400
Local: Wed, Sep 13 2006 12:08 am
Subject: Re: Invisible Links on a menu

jackr...@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.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »