Help - Search - Members - Calendar
Full Version: What is the code for title highlight/coloured bar?
Forums > Resource Center > Webmasters' Corner > Webmasters' Corner Resolved Topics
eggtart
http://www.createblog.com/layouts/preview.php?id=33574

What is the html/css code for the that kind of coloured bar behind information, about, affilates, tagboard, credits?
synatribe
The CSS for background and border
CODE
.classhere {
background-color: #colorhere;
border-bottom: 2px solid #colorhere;
width:100%
}


You actual text HTML
CODE
<h1 class="classhere">Text here
theerinkal
For websites you can use either what Kevin said or this:

CODE
h1 {CODES HERE}


CODE
<h1>Header here</h1>
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.