*All about adding IMAGE, COLOR, & MUSIC to your profile*
Thanks CSCO, that was one awesome post!!! You have answered all my questions. It's well worth to waste a few SI bytes to repost the whole thing again.
Thanks man, have a wonderful CHRISTmas !
*********
1. How do I place an image in my profile?
Paste the following in the position on your profile where you want the image:
<IMG SRC="URL"> (URL=the web location of your image with a file name ending in gif or jpg)
2. How can I make the image a link to another web page?
Paste the following in the position on your profile where you want the image:
<A HREF="URL#2"><IMG SRC="URL" BORDER=0></A> (URL#2=the web location of the web page you want to link to.
3. How can I make a link to text in my profile somewhere other than in the favorite links area?
Paste the following in the position on your profile where you want the text link:
<A HREF="URL#2">TEXT</A>
4. How can I place a background in my profile?
Paste the following any where you have room in your profile except in the favorite links area:
<BODY BACKGROUND="URL"></BODY> (URL=the web location of your background with a file name ending in gif or jpg)
Note: It is best to put this on the line with something else. If placed on a line by itself you will have the background bleed thru on that line of your profile with some browsers.
5. How can I place a music file in my profile with playback controls displayed?
<EMBED SRC="URL" AUTOSTART="true" LOOP="true" WIDTH=145 HEIGHT=55> (URL=the web location of your music. I would recommend files ending in mid)
6. How can I place a music file in my profile without playback controls displayed?
<EMBED SRC="URL" AUTOSTART="true" LOOP="true" WIDTH=1 HEIGHT=1 HIDDEN="true">
7. How can I change Font Color?
<FONT COLOR="color">TEXT</FONT> (Where color equals one of the 16 main colors: black, white, red, green, blue, cyan, magenta, yellow, gray, silver, maroon, olive, navy, teal, purple, or lime)
or
<FONT COLOR="#******">TEXT</FONT> (Where #****** is hexadecimal value for a color. See 24hourhtmlcafe.com
8. How can I change the font type?
<FONT FACE="type">TEXT</FONT> (Where type equals the face you which to use.
Example: <FONT COLOR="#FF0000" FACE="Lucida Calligraphy">TEXT</FONT>
9. Other useful tags in SI profiles:
<*>TEXT</*> *=B for bold, *=I for italics, *=BIG to increase text size, *=SMALL to decrease text size, *=center to center text or object, *=right to align text of object to the right.
<BR> Forces a line break after the tag. Can be used to break a line of text at a certain spot or to place a space above an object.
<HR> Places a horizontal rule in your profile to separate sections of the profile.
10. Tag not recommended on SI Profiles:
<CAPTION>XXXX</CAPTION> (This use to work well in Classic for placing something above or below the profile table but with the recent introduction of the New SI it still works for Netscape Browsers but completely messes up the spacing on IE Browsers. |