basic html how to change text color? <font color="#880088"> ima kind pink </font> all you need is the hex code, which is what will tell the color you want.
you can also writte the name of the color, but I would prefer to writte the number.
get both hex code and name, see
here.
more > > how to make rainbow text? <font color="#660088"> bla</font>
<font color="#880088"> bla</font>
<font color="#880066"> bla</font> i'm putting this here to demystify that idea that nobs have (just like I did) that theres a code that will do it for us.
yes, we really need to change the color letter-by-letter. through I did word by word in the code above.
but there are generators who can do the codes for you.
see the list
here.
how to display images? <img src="url of the pic" alt="" /> to get a url, you'll need to host the pic.
go to
tinypic or
photobucket and host them.
the url you need is the Direct Link For Layouts.
you can specify the alt, by writing between the
" cotes.
more > > how to make links? <a href="where you want to go">
what will be linked. can be images too
</a> aka, "clicable" stuff, you can make anything linked to any url.
try to don't forget to close the link, or else everything next to that code will be linked too.
more > >