Results 1 to 7 of 7
-
4th Jan 2012, 03:57 PM #1
HTML Color - bgcolor Guide
The bgcolor attribute is used to control the background of an HTML elmement, specifically page and table backgrounds. Bgcolor can be placed within several of the HTML tags. However, we suggest you only use it for your page's main background (<body>) and in tables. For additional background styling. The HTML to change the background color is simple:
Syntax
<TAGNAME bgcolor="value"> Quick and dirty, here is how to change the background of your web page. Just use the bgcolor attribute in the <body> tag and you are golden.
HTML Code:
<body bgcolor="Silver"> <p>We set the background...</p> </body>
Paragraph Bgcolor:
Adding Color to Your Tables
This example shows how to add a background color for an entire table using generic values of color.
HTML Code:
<table bgcolor="lime" border="1"><tr> <td>A lime colored table background using color names.</td> </tr></table> <table bgcolor="#ff0000" border="1"><tr> <td>A red colored table background using hexadecimal values "#FF0000".</td> </tr></table> <table bgcolor="rgb(0, 0, 255)" border="1"><tr> <td>A blue colored table background using RGB values "rgb(0, 0, 255)".</td> </tr></table>
Table Bgcolors:
Adding Color to Table Rows & Columns
Here's a few common examples of "bgcolor" and font color
HTML Code:
<table> <tr bgcolor="#FFFF00"><td>This Row is Yellow!</td></tr> <tr bgcolor="#AAAAAA"><td>This Row is Gray!</td></tr> <tr bgcolor="#FFFF00"><td>This Row is Yellow!</td></tr> <tr bgcolor="#AAAAAA"><td>This Row is Gray!</td></tr> <tr bgcolor="#FFFF00"><td>This Row is Yellow!</td></tr> <tr bgcolor="#AAAAAA"><td>This Row is Gray!</td></tr> </table>
Alternating Colors:
Background Color and Font Color Together!
Check out this "Scoreboard" we made with the use of font color and bgcolor!
HTML Code:
<table bgcolor="#000000"> <tr><td bgcolor="#009900"> <font color="#FFFF00" align="right">Green Bay</font></td> <td><font color="#FFFFFF">13</font></td></tr> <tr><td bgcolor="#0000FF"> <font color="#DDDDDD" align="right">New England</font></td> <td><font color="#FFFFFF">27</font></td></tr> </table>
HTML Code:
<table bgcolor="#777777"> <tr><td> <p><font face="Monotype Corsiva, Verdana" size="4" color="#00FF00"> This paragraph tag has... </font></p> </td></tr> </table>
Colored Paragraph:
Regards
Source
Bharat Reviewed by Bharat on . HTML Color - bgcolor Guide The bgcolor attribute is used to control the background of an HTML elmement, specifically page and table backgrounds. Bgcolor can be placed within several of the HTML tags. However, we suggest you only use it for your page's main background (<body>) and in tables. For additional background styling. The HTML to change the background color is simple: Syntax <TAGNAME bgcolor="value"> Quick and dirty, here is how to change the background of your web page. Just use the bgcolor Rating: 5
-
4th Jan 2012, 03:59 PM #2BannedWebsite's:
leakformation.com musictooth.comI knew that
Anyways, Thanks
-
4th Jan 2012, 04:02 PM #3
-
4th Jan 2012, 04:04 PM #4MemberWebsite's:
iFunMaza.comgood for beginers
Cheers bharat
-
4th Jan 2012, 04:13 PM #5
-
4th Jan 2012, 04:14 PM #6
-
4th Jan 2012, 06:44 PM #7MemberBGColor was deprecated in the W3C HTML 4.0 Specification.
Newer Web sites and web applications use CSS (Cascading Style Sheets) to render the same thing, as follows:
body {
background-color : #ffffff;
}
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[Guide] Warez Starter Guide For *n00bs* :D
By CyberAff in forum Tutorials and GuidesReplies: 19Last Post: 14th Nov 2012, 03:01 PM -
which color?
By pankaj0010 in forum Technical Help Desk SupportReplies: 5Last Post: 13th Apr 2011, 01:20 PM -
Trojoan.Html.Iframe.I [Guide and help]
By sunnyx12x21x in forum General DiscussionReplies: 0Last Post: 14th Oct 2010, 04:58 PM -
(X)HTML, CSS slicing (6 years experience) | PSD to (X)HTML and CSS | Professional job
By Wamer in forum Completed TransactionsReplies: 8Last Post: 21st Jul 2010, 06:13 PM -
[HTML] How To Change Font Color + Bold
By Rapid S in forum Web Development AreaReplies: 15Last Post: 15th Jun 2010, 02:12 PM
themaLeecher - leech and manage...
Version 5.03 released. Open older version (or...