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
Feb 2 2009, 11:34 PM
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
Feb 2 2009, 11:47 PM
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
Mar 21 2009, 06:21 PM
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
.