Welcome Guest [Log In] [Register]
We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
2 questions
Topic Started: Nov 9 2009, 04:25 PM (59 Views)
Troganson
Member
 *  
First how do I change the little image on the left of the URL at the top of the page? It shows up as an i now. Second how do I get my signature to show? When I add one, it just shows up as a URL and I want it to be a picture. Also, how would I group some signatures together if I wanted to make something like a ribbon rack?
Troganson
Edited by Troganson, Nov 9 2009, 04:25 PM.
Offline Profile Quote Post Goto Top
 
Codes Rock
Member Avatar
<?php echo 'Codes Rock rocks!'; ?>
 *   *   *  
The "little image" is a favicon. You need to create an icon image, usually 16 pixels by 16 pixels. Upload it somewhere and remotely link to it.

You'll need to add the following to your board wrapper:

Code: HTML
 
<link rel="shortcut icon" href="http://____________" />


Replace the line "___________" with the address of your icon image.


Your signature: to include an image, you'll have to tell the browser that it is an image. If all your seeing is the URL to the image, then you must not be coding it correctly. Use this to display an image in your signature:

Code: HTML
 
[img]http://____________[/img]


Change the blank line to the URL to your image you want displayed.

To make it a "ribbon rack" will require you creating an animated gif that displays the images, moving as you desire.

Hope this helps!
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · General Support - IF · Next Topic »
Add Reply