• Lucid Dreaming - Dream Views




    Results 1 to 3 of 3

    Thread: HTML help

    1. #1
      Eat,Sleep,Breathe MUSIC
      Join Date
      Dec 2008
      Gender
      Location
      Deeply immersed in the present moment
      Posts
      1,450
      Likes
      139

      HTML help

      Hi, anyone know HTML?

      I have written some text in plain text with some breakline tags.

      Is there a way or is there some code i can put in that will change the color, font, and sizes of text?

      Thanks for any help
      <Link Removed> - My website/tumblelog

      “The intuitive mind is a sacred gift and the rational mind is a faithful servant. We have created a society that honors the servant and has forgotten the gift.” - Albert Einstein

    2. #2
      Extreme Procrastinator Paraknight's Avatar
      Join Date
      Apr 2010
      Gender
      Posts
      247
      Likes
      20
      I prefer doing that in a separate css file so that I don't have to keep doing stuff over and over again but if you want to stay pure html then the basics are:

      <font size="2">texts here</font> (you can go into negative numbers with anything too, found that out when I had problems with margins doing whatever they wanted )

      <font color="red">text here</font> (either put in simple numbers or the hexadecimal value, such as #FF0000 for red)

      And of course you can combine them into the same brackets:

      <font size="2" face="Verdana">text here</font>
      <font face="verdana" color="green">text here</font>

      But I'd really recommend using a css file to specify everything for specific text. For example you could could make <sb1> define the font, color and size for all text in your sidebar. And then just put them in <sb1>text here</sb1>.

    3. #3
      Eat,Sleep,Breathe MUSIC
      Join Date
      Dec 2008
      Gender
      Location
      Deeply immersed in the present moment
      Posts
      1,450
      Likes
      139
      thanks, i got it though, google is my friend

      and i'm using myspace 1.0 so no CSS
      <Link Removed> - My website/tumblelog

      “The intuitive mind is a sacred gift and the rational mind is a faithful servant. We have created a society that honors the servant and has forgotten the gift.” - Albert Einstein

    Similar Threads

    1. Javascript/HTML help needed please
      By MementoMori in forum Tech Talk
      Replies: 10
      Last Post: 02-15-2010, 10:32 PM
    2. XML to HTML/PHP web page
      By Adam in forum Tech Talk
      Replies: 11
      Last Post: 04-09-2008, 04:37 PM
    3. Trying out html
      By dreamtamer007 in forum Introduction Zone
      Replies: 6
      Last Post: 06-06-2005, 04:49 PM

    Bookmarks

    Posting Permissions

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