PDA

View Full Version : html questionS



IllNinoIsLoco
10-02-2002, 03:20 AM
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 in <text="00ff00"> and it didnt change. thanks

Shoyku
10-02-2002, 03:31 AM
HTML Goodies (http://www.htmlgoodies.com/) should tell you all you need to know.

Dr Unne
10-02-2002, 04:53 AM
&lt;font color="yellow"></font>Hi there.&lt;/font></font>

gives

<font color=yellow>Hi there.</font>

You can also use hexadecimal color codes like

&lt;font color=#A76593></font>I picked a random code.&lt;/font></font>

<font color=#A76593>I picked a random code.</font>

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.

IllNinoIsLoco
10-02-2002, 11:49 AM
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?

Eternal Sphere
10-02-2002, 09:21 PM
I think this (http://www.htmlgoodies.com/tutors/pagejump.html) is what you are looking for.