Results 1 to 4 of 4

Thread: How to set html text background

  1. #1
    Join Date
    Oct 2008
    Posts
    100

    How to set html text background

    Can anyone tell me how to Highlight HTML Text With BACKGROUND-COLOR, I heard that it is Highly customizable with HTML / XML driven news list with custom scrolling and coloring effects. and for that i have decided to use Flash 8 / Flash CS3 and above / ActionScript 2.0 version. Does it work please give your suggestion.

  2. #2
    Join Date
    Mar 2008
    Posts
    258

    Re: How to set html text background

    Background Color in html can be set using the css property background-color. On the printed page, people are accustomed to seeing portions that have been marked by a highlighter. The behavior of the background color will depend on the tag you associate the background color command to. You can achieve the same effect on your Web page using a Style attribute and BACKGROUND-COLOR.

  3. #3
    Join Date
    Mar 2008
    Posts
    192

    Re: How to set html text background

    In this example we show backgrounds for the <span> and <p> tags, note that the <p> tag highlights the whole block and not just the specific text.

    <HTML>
    <HEAD>
    </HEAD>
    <BODY>
    <P bgcolor= "yellow" border=0>The due date is <FONT
    style="BACKGROUND-COLOR: yellow">next </FONT>week.</P>
    </BODY>
    </HTML>

    Netscape Navigator and Internet Explorer support the background color style.

  4. #4
    Join Date
    Nov 2008
    Posts
    74

    Re: How to set html text background

    Flash Text Scroller Wizard is a tool that allows you to design your text scroller in a few minutes and instantly see the results. It accepts values in two formats You can achieve the same effect on your Web page using a Style attribute and BACKGROUND-COLOR. For example, this HTML code inserts a yellow background on the word "next".

    a)color name
    b)#xxyyz where xx,yy,zz points to hexadecimal values of red,green,blue
    c)transparent background can also be set in css.

Similar Threads

  1. Creating input text with background image in HTML
    By Measurer in forum Software Development
    Replies: 4
    Last Post: 23-12-2009, 10:13 PM
  2. How to Set table with Html Background?
    By Aakarshan.d in forum Software Development
    Replies: 3
    Last Post: 26-11-2009, 01:22 PM
  3. How to set the javascript gradient background in HTML
    By DarenHawk in forum Software Development
    Replies: 3
    Last Post: 18-08-2009, 01:37 PM
  4. How to put background color for html cell
    By Preetish in forum Software Development
    Replies: 3
    Last Post: 07-08-2009, 03:32 PM
  5. Flash as HTML background
    By Gap meer in forum Software Development
    Replies: 3
    Last Post: 23-04-2009, 10:33 PM

Tags for this Thread

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
  •  
Page generated in 1,714,049,552.11270 seconds with 17 queries