Jump to content

Why is the link not visible?


Guest mashupmo

Recommended Posts

Guest mashupmo

I am using the Nokia Mobile Tool Kit to develop our WML 1.3 page. Running into a curious accurance. The href put into WML is not visible on many browsers.http://wap.mashupmobile.comCode used for links: <p align="center"> <b>Click below for DJ list:</b> </p> <p align="center"> <br></br><a href="sampledjlist.wml" title="Samples" id="sample_list"></a> </p> <p align="center"> <a href="fulldjlist.wml" title="Full Length Tracks" id="full_list"></a> </p> <p align="left"> <br></br><a href="about.wml" title="[About Us]" id="about"></a> </p>I'm not sure why the links are not showing up. Any suggestions? Thanks,~Mashed

Link to comment
Share on other sites

maybe because you havent put anything between the anchor tags?Instead of this: <a href="sampledjlist.wml" title="Samples" id="sample_list"></a>try this:<a href="sampledjlist.wml" title="Samples" id="sample_list">Sample</a>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...