Need help adding html background color code (heading) to website?

I am looking to make the header region a solid black color. Here is some of my code in the header. <HTML><HEAD><meta name="verify-v1" content="4EJcsCEvRIn/yBcq7LmQNhFN1s5YbQfMTq/a0sdhQWE="/><TITLE>UndergroundTrendz.com | Urbanwear, Footwear, Hip Hop Jewelry, Handbags, Top fashion, and more</TITLE><LINK href="$store.images['favicon.ico']" type="image/x-icon" rel="icon"/><LINK href="$store.images['favicon.ico']" type="image/x-icon" rel="shortcut icon"/><ss:if test="$page.hasMetaDescription()"><META NAME="description" CONTENT="$page.meta.description"></ss:if><ss:if test="$page.hasMetaKeywords()"><META NAME="Urbanwear, hip hop jewelry, AF1, Bape, Louis Vuitton handbag, Handbag, designer handbag, Custom AF1, Lingerie, cheap lingerie, hip hop watch, hip hop chain, hip hop clothing," CONTENT="$page.meta.keywords"></ss:if> <STYLE type=text/css> <!-- /* Style Sheet */ body { margin : 0px 0px 0px 0px; background-color:<ss:value source=$storeVersion.colorScheme.background/>; }

Public Comments

  1. go to microsoft word / dreamweaver / microsoft fronpage and paste in this code then you can change that in about 10 seconds - raw html code is overcomplex - these programmes will save you a lot of time - trust me good luck
  2. /* In your style sheet define a division */ div.headerregion {background-color: black} /* In your header area declare a header region division */ <div class="headerregion"> /* List your elements here that you want in the header region with the black background */ </div>
Powered by Yahoo! Answers