yes, that is plural is im sure i will need to come back here again =/ anyways, how do i change the text color? it isnt working . i put inand it didnt change. thanks
Printable View
yes, that is plural is im sure i will need to come back here again =/ anyways, how do i change the text color? it isnt working . i put inand it didnt change. thanks
HTML Goodies should tell you all you need to know.
<font color="yellow">Hi there.</font>
gives
Hi there.
You can also use hexadecimal color codes like
<font color=#A76593>I picked a random code.</font>
I picked a random code.
Look at the site Shoyku gave, it's very handy. Please don't misuse HTML here at the MB. Yeah, it's neat to play with it, but it's painful to force everyone to look at it.
thanks guys, that site is really good. well i throroughly looked through it and i couldnt find something. how do i make it so that when you click on a link, it moves the page down? not loading a new page, just moving it to a new paragraph?
I think this is what you are looking for.