hyperlinks don' t show up in adress bar

T

Ted

Hi,

I've made a html page with some hyperlinks. The hyperlinks work perfectly
but the url of the hyperlink doesn't show up in the address bar.

I think it's something in my headertext:

<html>
<head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<title>www.tstingts.nl</title>
</head>
<br><div align="center"><img src="gifs/wallpaper/tstings.gif" border="0"
alt="" align="center"> <br>Gemaakt met HTML editor <a
href="http://bluefish.openoffice.nl/">Bluefish </a> laatst bijgewerkt
13-06-2005</div> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> </body>

example of a table I use:

<br><br><br>
<TABLE WIDTh=80% height=10% BORDER="1" CELLSPACING="0" CELLPADDING="3"
valign="top" ALIGN="CENTER">
<TR>
<TD COLSPAN="4" align="center">Veel gebruikte links</TD>
</TR>
<TR>
<td><a href="http://www.google.nl"> Google </a><br></td>
<td><a href="http://gathering.tweakers.net/"> Tweakers forum </a></td>
<td><a href="http://www.nu.nl"> www.nu.nl </a></td>
<td><a href="https://www.telfort.nl/app/mijntelfort/">
Telfort inloggen </a></td>
</TR>
<TR>


Any idea what could be the reason?

Tia Ted
 
A

Adrienne

I've made a html page with some hyperlinks. The hyperlinks work perfectly
but the url of the hyperlink doesn't show up in the address bar.

I think it's something in my headertext

Validation <http://validator.w3.org> will give you some answers, and of
course, a URL would have helped.
 
E

Edwin van der Vaart

Ted said:
Hi, G'day,

I've made a html page with some hyperlinks. The hyperlinks work perfectly
but the url of the hyperlink doesn't show up in the address bar.

I think it's something in my headertext:
Doctype above the <html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<title>www.tstingts.nl</title>
</head>
Missing said:
<br><div align="center"><img src="gifs/wallpaper/tstings.gif" border="0"
alt="" align="center"> <br>Gemaakt met HTML editor <a
href="http://bluefish.openoffice.nl/">Bluefish </a> laatst bijgewerkt
13-06-2005</div> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> </body>
Remove the <!DOCTYPE ...>
Missing said:
example of a table I use:
Ooops, the above wasn't the correct code.
<br><br><br>
<TABLE WIDTh=80% height=10% BORDER="1" CELLSPACING="0" CELLPADDING="3"
valign="top" ALIGN="CENTER">
<TR>
<TD COLSPAN="4" align="center">Veel gebruikte links</TD>
</TR>
<TR>
<td><a href="http://www.google.nl"> Google </a><br></td>
<td><a href="http://gathering.tweakers.net/"> Tweakers forum </a></td>
<td><a href="http://www.nu.nl"> www.nu.nl </a></td>
<td><a href="https://www.telfort.nl/app/mijntelfort/">
Telfort inloggen </a></td>
</TR>
<TR>

Any idea what could be the reason?
Perhaps it has to do with the program you're using.
The best thing to look the file with vi or gedit.
The code layout looks like:
<!DOCTYPE ...>
<html>
<head>
<title>...<title>
</head>
<body>
Lots of html codes, content and images.
</body>
</html>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,051
Latest member
CarleyMcCr

Latest Threads

Top