Results 1 to 5 of 5

Thread: html questionS

  1. #1
    IllNinoIsLoco's Avatar
    Join Date
    Jul 2002
    Location
    inner depths of my mind, aka wonderland
    Posts
    13

    Default html questionS

    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

  2. #2
    Ravishing Introvert Recognized Member Shoyku's Avatar
    Join Date
    Aug 2001
    Location
    Noir York City
    Posts
    873
    Contributions
    • Former Site Staff

    Default All your questions answered in one sentence.

    HTML Goodies should tell you all you need to know.

  3. #3
    ORANGE Dr Unne's Avatar
    Join Date
    Dec 1999
    Posts
    7,394
    Articles
    1
    Contributions
    • Former Administrator
    • Former Developer
    • Former Tech Admin

    Default

    &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.

  4. #4
    IllNinoIsLoco's Avatar
    Join Date
    Jul 2002
    Location
    inner depths of my mind, aka wonderland
    Posts
    13

    Default

    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?

  5. #5
    Fully Restored
    Join Date
    Nov 2001
    Location
    Toronto, Ontario
    Posts
    87

    Default

    I think this is what you are looking for.
    Yes.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •