Activity Stream
48,167 MEMBERS
6972 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1.     
    #1
    Member

    Default [HTML] How To Change Font Color + Bold

    [HTML] How To Change Font Color + Bold

    To Change Font Color + Bold
    PHP Code: 
    <b><font color=type ur color name here>Admin</font></b>
    <
    b><font color=red>Admin</font></b>
    <
    b><font color=green>Admin</font></b
    hope i have explained well
    Rapid S Reviewed by Rapid S on . [HTML] How To Change Font Color + Bold How To Change Font Color + Bold To Change Font Color + Bold <b><font color=type ur color name here>Admin</font></b> <b><font color=red>Admin</font></b> <b><font color=green>Admin</font></b> hope i have explained well Rating: 5
    (.*??)
    .?.?.?.?*??) .........?.?*?)........
    (?.??BuzzScene.(?.?*??)
    ............(?.??.....................(?.??*?`)

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    LulzIMG.com chtbx.com RapidPremium.Net ReleaseLeech.com RLSLeech.com NinjaRobotPirateZombieNazi.com
    You should also add that you can either use the standard "Red, Blue, etc" or hex values.

  4.     
    #3
    Member
    ^^ Dude, this is a webmaster forum.

  5.     
    #4
    i think "" will come

  6.     
    #5
    Member
    Website's:
    project-infinity.net
    you're an idiot for posting something so simple...

    also,
    <font color="#FFFFFF" face="georgia"> White, Georgia font</font>
    you can add to font..
    rather than bold you can also do
    <strong> yea man</strong>

  7.     
    #6
    ლ(ಠ益ಠლ)
    Website's:
    extremecoderz.com
    Or, again, we can use CSS to standardize things:

    Code: 
    .myTextFormatting {
        color: #1f1f1f;
        font-weight: bold;
        font-size: 12px;
        font-family: arial,sans-serif;
        text-decoration: none;
    }
    
    <div class="myTextFormatting">foo-bar</div>
    
    or
    
    <font class="myTextFormatting">foo-bar</div>
    Now you dont need to keep re-declaring your preferences and can re-use it just by using the class.

  8.     
    #7
    Member
    Website's:
    cancerite.com
    damn jayfella i was gonna post the css thing

    edit: i can still post with

    myTextFormatting as id

    #myTextFormatting {
    color: #00FF00;
    font-size: 16px;
    font-weight: bold;
    font-family: Times New Roman;
    text-decoration: underline;
    }

    <div id="myTextFormatting">foo-bar</div>

    or

    <font id="myTextFormatting">foo-bar</font>

    This will also underline yur text

    but uh..

    ID = A person's Identification (ID) is unique to one person.
    Class = There are many people in a class.

  9.     
    #8
    Member
    Quote Originally Posted by Josh View Post
    you're an idiot for posting something so simple...

    also,
    <font color="#FFFFFF" face="georgia"> White, Georgia font</font>
    you can add to font..
    rather than bold you can also do
    <strong> yea man</strong>
    i am teaching basics
    (.*??)
    .?.?.?.?*??) .........?.?*?)........
    (?.??BuzzScene.(?.?*??)
    ............(?.??.....................(?.??*?`)

  10.     
    #9
    ლ(ಠ益ಠლ)
    Website's:
    extremecoderz.com
    Code: 
    font-family: Times New Roman;
    Thats a font-face, not a family

  11.     
    #10
    Member
    Quote Originally Posted by jayfella View Post
    Code: 
    font-family: Times New Roman;
    Thats a font-face, not a family
    jay,
    u can use font face
    ---
    there is only
    font also

    PHP Code: 
    <font size="5" face="comic sans ms" color="red">A paragraph.</font
    (.*??)
    .?.?.?.?*??) .........?.?*?)........
    (?.??BuzzScene.(?.?*??)
    ............(?.??.....................(?.??*?`)

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 11
    Last Post: 10th Apr 2012, 02:51 AM
  2. How do I change this box color?
    By thizzladen in forum Technical Help Desk Support
    Replies: 3
    Last Post: 10th Oct 2011, 09:41 PM
  3. Allow Font Color in Signature
    By Rox in forum Polling Plaza
    Replies: 20
    Last Post: 12th Sep 2011, 09:59 AM
  4. Default font color.
    By GeeZus in forum IP.Board
    Replies: 8
    Last Post: 22nd Sep 2009, 05:28 PM
  5. Change of font
    By King in forum vBulletin
    Replies: 4
    Last Post: 11th May 2009, 04:09 PM

Tags for this Thread

BE SOCIAL