<div class="headerFst"> What is this?

Posted by Jessica on Stack Overflow See other posts from Stack Overflow or by Jessica
Published on 2014-08-23T03:39:59Z Indexed on 2014/08/23 4:20 UTC
Read the original article Hit count: 92

Filed under:
|
|
|

I have been attempting to remove a repeating header on all of my webpages for customization purposes, but have been unsuccessful finding what is causing this header repeat. I came across this code in the header, and after researching it, I can not find what its purpose is. Could this be my culprit for the repeating patterns? If not, please point me to the right direction.

Here is the hmtl:

<!--container-->
<div id="container">

<div id="header">

<!--headerFst-->
<div class="headerFst">

and here it is in look.css:

 div.headerFst
{
    float:left;
    width:980px;
    padding-top:5px;
}

Thank you for viewing, and helping if possible.

© Stack Overflow or respective owner

Related posts about php

Related posts about html