Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

chiefroastbeef

macrumors 6502a
Original poster
May 26, 2008
909
0
Dallas, Texas/ Hong Kong
Hello folks,

I have a situation, any help would be great!

I made a website with iweb, things worked great, nothing went wrong until my failed attempt at inserting favicons onto my website via iTweak. All of a sudden the very top left corner of the browser displays "d>" or "d>d>". I immediately deleted the file that was on my idisk website file, and the problem was gone except for my blog pages: http://www.chinahandsunited.org/CHU...29_Rebekah_Kenote_-_After_the_Earthquake.html

Anybody have an idea why it still does that?

Thank you for any suggestions!
 
The culprit appears to be here:

<link rel="shortcut icon" type="image/x-icon" href="web.me.com/samauyeung/favicon.ico" /></head>d>

A tag that the browser doesn't understand and is open, it seems like a miss type but it could be an object or action has tried to add something and its not complete, thats WYSIWYG for ya.

Not used iWeb in awhile so I'm not sure how you would go about removing that, since you can't really touch the code. Maybe someone else has a solution to that.
 
oohh, I also tried to use iTweak to put a favicon on the site. It never worked, and definitely screwed things up too. I deleted the favicon file from the website folder, not sure what else I can do...

Now that I think about it, I think it is actually the favicons through iTweak that gave me the D> . I don't think Google Analytics had to do with it, although I did both of the process at the same time.

Thanks for that catch! Anyone else have other suggestions?

Thank you in advance.
 
oohh, I also tried to use iTweak to put a favicon on the site. It never worked, and definitely screwed things up too. I deleted the favicon file from the website folder, not sure what else I can do...

Thanks for that catch! Anyone else have other suggestions?

Thank you in advance.

Well you may have deleted the favicon but the code is still there, it seems like iTweak was the one that caused this problem since I haven't seen iWeb produce this kind of error.

From the looks of things I can't touch code in iTweak either, meaning that it could be stuck there. Tell me, does the option to use Favicon appear checked when using it with your iWeb site, if it does then you can simple turn the option off hopefully removing the code from the pages.
 
I really appreciate you helping me man, thank you.

I've unchecked the Favicon yesterday, and deleted the one file that itweak loaded to my website at idisk>site>CHU(my website).

I'll keep looking, there is not a single topic on this all over Google.

Thanks again man!
 
My iweb has a double d> at the top left corner

Like Senor chiefroastbeef, I too am having big issues with itweak and trying to install a favicon. I've now removed the favicon file from every page it appeared on but I still have this d>d> turning up. Can anyone help?
 
I also have had problems with itweak and do not use it to put favicons. I use massReplace it to insert the code and I created an automator file to replace the image when I republish and the site is overwritten. I takes a couple of clicks to get it done, it is a bit of a pain but not too bad.
 
If you end up having to manually install the favicon, here's what you do (after exporting your iWeb source so you can edit):

1) FTP the favicon.ico to your server where you want it - suggest document root so you don't have to do #2
2) If it's not in the document root, also add this line within the head area of your HTML (replace path with your absolute path):

HTML:
<link rel="shortcut icon" href="/path_to/favicon.ico" />

-jim
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.