Jump to content

Search the Community

Showing results for tags 'add to class in style sheet'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • W3Schools
    • General
    • Suggestions
    • Critiques
  • HTML Forums
    • HTML/XHTML
    • CSS
  • Browser Scripting
    • JavaScript
    • VBScript
  • Server Scripting
    • Web Servers
    • Version Control
    • SQL
    • ASP
    • PHP
    • .NET
    • ColdFusion
    • Java/JSP/J2EE
    • CGI
  • XML Forums
    • XML
    • XSLT/XSL-FO
    • Schema
    • Web Services
  • Multimedia
    • Multimedia
    • FLASH

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests


Languages

Found 1 result

  1. Hi Guys, Could you please help me out with this one. I have a style sheet that manipulate certain elements on my page. I would however like to know if I could style a portion of a paragraph with the inline style method. The code on my webpage is as follows: <p class ="two">Hello World - CSS allows you to modify margin, paddings and borders.</p> I would like to apply and inline style that only affects the word "CSS" want to change the font and the color but it does not work. example: <p class="two">Hello Word <style = "color:white; font-bold:,>CSS</style> allows you to modify margins, paddings, and borders.</p> This does not seems to work. Can someone please help me with the proper code? Please see attach file to look at the CSS code. I am new to this and would appreciate all the help. Thanks. Thanks so much Foxy Mod - span style works perfectly. colors.css
×
×
  • Create New...