Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Favicons not Working after Redirection 1

Status
Not open for further replies.
Hi

You not redirected it, just put it in a frameset document. If the frameset would contain 2017 frames, each with a document linking to a different favicon, which one would you prefer to be displayed by the browser ? Well, from the browser's point of view is simple : it displays the favicon of the frameset document. Which in you case has none.

I strongly suggest to forget frames. They are not user friendly.


Feherke.
feherke.ga
 
Thanks for the feast reply. After the domain URL redirection the favicons aren't displaying. Hadn't heard of framesets, will google.

Support Technician in an Educational Environmant
 
Also lookup "Frame forwarding"

Chris.

Indifference will be the downfall of mankind, but who cares?
Time flies like an arrow, however, fruit flies like a banana.

Never mind this jesus character, stars had to die for me to live.
 
So, I'm frame forwarding not URL directing. The code below is from the forwarded frame. Where do I edit? The original index.html or at my hosting provider?
<html>
<head>
<meta name="KEYWORDS" content="">
<meta name="DESCRIPTION" content="Northern Beaches Secondary College - Manly Selective Campus">
<title></title>
</head>

<frameset border="0" framespacing="0" frameborder="0" cols="100%" rows="100%,*">
<frame src=" scrolling="AUTO" frameborder=0 noresize />
<noframes>
<body></body>
</noframes>
</frameset>
</html>

Support Technician in an Educational Environmant
 
^^^^^^^^^^^^^^^^^^^^ There.



Chris.

Indifference will be the downfall of mankind, but who cares?
Time flies like an arrow, however, fruit flies like a banana.

Never mind this jesus character, stars had to die for me to live.
 
So, add this code + the favicon code to my index.html file?

Support Technician in an Educational Environmant
 
yep.

Chris.

Indifference will be the downfall of mankind, but who cares?
Time flies like an arrow, however, fruit flies like a banana.

Never mind this jesus character, stars had to die for me to live.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top