Horizontal Rule in HTML5 Header

This forum is for all Flare issues related to the HTML5, WebHelp, WebHelp Plus, and Adobe Air Targets
Post Reply
scotttruelove
Jr. Propeller Head
Posts: 9
Joined: Tue Nov 12, 2019 8:35 pm

Horizontal Rule in HTML5 Header

Post by scotttruelove »

Hi,

I am trying to insert a Horizontal Rule at the bottom of the header as I have a white header and white body area and I want to separate the two but I can't figure out how to do it.

Can anyone help?

Scott
Scott
Wannabe MadCap Evangelist
Australia
NorthEast
Master Propellus Maximus
Posts: 6363
Joined: Mon Mar 05, 2007 8:33 am

Re: Horizontal Rule in HTML5 Header

Post by NorthEast »

For what sort of skin - side nav, top nav, Tripane?

I add this CSS to my main stylesheet to add a line to the header on my side nav skin:

Code: Select all

nav.title-bar { 
   border-bottom: solid 1px #CCD6DB; 
}
scotttruelove
Jr. Propeller Head
Posts: 9
Joined: Tue Nov 12, 2019 8:35 pm

Re: Horizontal Rule in HTML5 Header

Post by scotttruelove »

Thanks Dave that worked. :D
Scott
Wannabe MadCap Evangelist
Australia
Post Reply