Author |
Topic |
|
Biddyman
Starting Member
32 Posts |
Posted - 12 January 2008 : 12:10:58
|
I've updated my inc_header.asp to the following:
If strDBType = "" then
Response.Write "<html>" & vbNewLine & _
"<head>" & vbNewline & _
"<link rel=""shortcut icon"" href=""images/favicon.ico"">" & vbNewLine & _
"<title>" & strForumTitle & "</title>" & vbNewline
I also have the favicon.ico in the root, but I never see it show up in firefox or IE. Its been there for over a week.
Something I noticed was the reference never shows up when viewing the pages source like it does on my other pages. Am I missing something? Shouldn't the link reference show up in the view source? |
|
MarcelG
Retired Support Moderator
Netherlands
2625 Posts |
Posted - 12 January 2008 : 12:39:35
|
Biddyman, you've misplaced the code. It's now in the part that's meant for when you haven't set up the database type yet. That's what's the 'If strDBType = "" then' is all about. So, to fix it, find the other instances of <head>, and put it in the line below that. If I recall correctly, there are 2 more.
It'll work. However, make sure you link to it correctly. If you put the file in the root, then you must link to that, and not to the subfolder /images. |
portfolio - linkshrinker - oxle - twitter |
Edited by - MarcelG on 12 January 2008 12:39:59 |
|
|
JJenson
Advanced Member
USA
2121 Posts |
Posted - 12 January 2008 : 12:40:26
|
yes it should are you sure you are editing the correct file or uploading the correct file? I know its simple but I have done this way to many times. |
|
|
Biddyman
Starting Member
32 Posts |
Posted - 12 January 2008 : 13:09:50
|
Ding ding ding, Marcel wins the prize. Hey, thanks alot. I was just following http://forum.snitz.com/forum/topic.asp?TOPIC_ID=63742 thread. See, I searched before asking and even asked in that topic. Should we correct that topic or put a link over there to this topic?
Marcel, I had the .ico in both places. People were saying that having in the root is all that you need to do. It wasn't working obviously. :) I will now delete the root one. |
|
|
MarcelG
Retired Support Moderator
Netherlands
2625 Posts |
|
phy1729
Average Member
USA
589 Posts |
Posted - 13 January 2008 : 09:45:56
|
Response.Cookies(strCookieURL & "Yummy") = TRUE |
|
|
MarcelG
Retired Support Moderator
Netherlands
2625 Posts |
|
rrf
Starting Member
22 Posts |
Posted - 14 March 2008 : 05:18:34
|
Marcel: You get a big nice cookie from me to
I did the same error as Biddyman but now it works just fine! |
|
|
MarcelG
Retired Support Moderator
Netherlands
2625 Posts |
|
Shaggy
Support Moderator
Ireland
6780 Posts |
Posted - 14 March 2008 : 07:42:28
|
Mmm ... Cookie!
|
Search is your friend “I was having a mildly paranoid day, mostly due to the fact that the mad priest lady from over the river had taken to nailing weasels to my front door again.” |
|
|
|
Topic |
|