How to make a picture appear in message boards and sites ...
::Instructions
are ALL going to be in italics and isn't part of the code:::
I'm
using my picture as in example hope this helps you :-)Have fun!!!
On a regular message board that's not ubb do the following:
but Replace the site link with ur link
but remember first upload and put that link of the
picture in side the " "
<img src="http://faithandmusic.com/htmlhelp.jpg">
Ex:
For UBB message boards do the following :
[img]http://faithandmusic.com/htmlhelp.jpg[/img]
For making ur text a different color do the following :
<font
color="blue"> HI!!</font>
or with the color number code
<font color="#FF3300">HI!</font>
go
here for a color code chart &
here for another one
Ex: HI!! or with the color number code
HI!
For Links in regular message boards
<a href="http://faithandmusic.com">Faithandmusic.com</a>
Ex: Faithandmusic.com the first part is the url (the link that u want) and the stuff after the ">and </a> is what u want the link to say remember to always put </a> that ends ur link so nothing else will turn into a link .
You can make the link open into a new window by adding the following to
the end of ur url. target="_blank"> so it will then look like this :
<a
href="http://faithandmusic.com"target="_blank">Faithandmusic.com</a>
To make text move across the screen do the following:
<marquee>Jesus
ROCKS!!!!!!!!!!!!!!!!!!!!</marquee>
EX:
To make a banner clickable :
<a href="http://Faithandmusic.com"target="_blank"><img src="http://faithandmusic.com/htmlhelp.jpg"></a>
Ex:
To Make something go to the next link with out a huge space:
HI Everyone! You rock
(if u want You rock under
Hi everyone with out a space) u would
but <br>inbetween where you would do this HI Everyone!<br>You rock
Ex:
HI Everyone!
You rock!
If u don't use the <br> then ur things will look like this :
HI Everyone!
You rock!
If u want the huge space then put <p> instead of <br>
Final Product
You can use a combo of all that
I explained in here by putting each code
infront of the last one. I suggest u do each in these steps and put them all
together by how u do them.
If I want to have a pic first and the colored text that's under the pic and then some text scrolling and then a clickable link u would do the following :
<img src="http://faithandmusic.com/htmlhelp.jpg"><br> <font color="blue"> HI!!</font><marquee>Jesus ROCKS!!!!!!!!!!!!!!!!!!!!</marquee> <a href="http://faithandmusic.com"target="_blank"><img src="http://faithandmusic.com/htmlhelp.jpg"></a>
Ex: