gotcha41 0 Report post Posted June 29, 2005 how do you call the icon next to the url, browsing with Firefox? and how to change it? (and when using frames?, i mean, http://www.dot.tk/en/index.html?lang=en is a forwarding service, and ads an (invisible) frame to your site. Is it possible to change THEIR icon into YOURS?) i hope someone can answer my question thanks in advance! Share this post Link to post Share on other sites
cragllo 0 Report post Posted June 29, 2005 You can and a favicon to your pages, but i will not show in the .tk frame, the frame needs to be removed first...You need to create a .ico file (can save as this format in photoshop) then simply use the following code <link rel="Shortcut Icon" href="favicon.ico"> Share this post Link to post Share on other sites
gotcha41 0 Report post Posted June 29, 2005 You can and a favicon to your pages, but i will not show in the .tk frame, the frame needs to be removed first... You need to create a .ico file (can save as this format in photoshop) then simply use the following code <link rel="Shortcut Icon" href="favicon.ico"> 156156[/snapback] ok, thanks a lot! this is what I was looking for !! Share this post Link to post Share on other sites
arcanistherogue 0 Report post Posted July 23, 2005 So THATS how you do that... I'll be sure to do that very soon!Can that be put anywhere in the HTML? Or does it need to be in a specific place like the header? Share this post Link to post Share on other sites
snlildude87 0 Report post Posted July 23, 2005 So THATS how you do that... I'll be sure to do that very soon! Can that be put anywhere in the HTML? Or does it need to be in a specific place like the header? 164756[/snapback] It has to be between the <head> tags. Share this post Link to post Share on other sites