Go Back   CodingForums.com > :: Client side development > Graphics and Multimedia discussions

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 05-07-2009, 07:37 PM   PM User | #1
new_comer
New Coder

 
Join Date: Feb 2007
Posts: 94
Thanks: 0
Thanked 0 Times in 0 Posts
new_comer is an unknown quantity at this point
Leading Icon

Howdy,

I am wondering the skill needed to add a leading icon in front of the web address eg the leading icon of "http://www.codingforums.com". Was is coded inside the web-page or there is some command for that? Many thanks for all in advance.


Kind regards


New Comer
new_comer is offline   Reply With Quote
Old 05-08-2009, 12:30 AM   PM User | #2
sith717
Banned

 
Join Date: Oct 2008
Posts: 136
Thanks: 4
Thanked 0 Times in 0 Posts
sith717 can only hope to improve
Its a favicon.

Code:

PHP Code:
  <link href="favicon.ico" rel="shortcut icon" type="image/x-icon" /> 
Add between the <head> code.
sith717 is offline   Reply With Quote
Old 05-08-2009, 10:58 PM   PM User | #3
Apostropartheid
The Apostate


 
Apostropartheid's Avatar
 
Join Date: Oct 2007
Posts: 3,215
Thanks: 16
Thanked 265 Times in 263 Posts
Apostropartheid is on a distinguished road
I've previously written about this, but for the sake of brievity, that isn't entirely correct. It should really read something like so:
Code:
<link rel="shortcut icon"
  href="/favicon.ico" type="image/vnd.microsoft.icon"/>
The MIME type uses the one actually registered with the IANA.
__________________
Blog | Twitter
Useful links: W3C HTML Validator | W3C CSS Validator | HTML 5 Guide
CF: HTML & CSS Resources/Tutorials Thread | HTML & CSS Posting Rules and Guidelines
Remember: no link, no code, no help!
Apostropartheid is offline   Reply With Quote
Old 05-10-2009, 02:16 AM   PM User | #4
new_comer
New Coder

 
Join Date: Feb 2007
Posts: 94
Thanks: 0
Thanked 0 Times in 0 Posts
new_comer is an unknown quantity at this point
Many thanks for all of your information and advices.



Kind regards



New Comer
new_comer is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 06:42 PM.


Advertisement
Log in to turn off these ads.