how do i do this? i mean like this...
Printable View
how do i do this? i mean like this...
2 Options:
1) create an icon called "favicon.ico" and place it in the folders on your webserver.
2) use the following tag in your <head> portion of your pages:Code:<link rel="shortcut icon" href="your_icon.ico" />
awesome. thank you. :)